| | |
| | | XWPFParagraph paragraph18 = table1.getRow(1).getCell(0).getParagraphArray(0); |
| | | paragraph18.setAlignment(ParagraphAlignment.CENTER); |
| | | XWPFRun run18 = paragraph18.createRun(); |
| | | run18.setText("频段: " + result1 + "MHz " + "下倾角" + result); |
| | | run18.setText("下倾角" + result); |
| | | List<String> collect = Arrays.stream(split).collect(Collectors.toList()); |
| | | List<Map<String, Object>> list = new ArrayList<>(); |
| | | // 对所有的键聚合 |
| | |
| | | |
| | | XWPFParagraph paragraph18 = table1.getRow(1).getCell(0).getParagraphArray(0); |
| | | XWPFRun run18 = paragraph18.createRun(); |
| | | run18.setText("频段: " + result1 + "MHz " + "下倾角" + result); |
| | | run18.setText("下倾角" + result); |
| | | |
| | | |
| | | List<String> collect = Arrays.stream(split).collect(Collectors.toList()); |