摘要:
获取当前时间 传入Instant.now()获取当前时间,“yyyyHHMM”(等方式) public String instantToString(Instant date, String pattern) { LocalDateTime localDateTime = LocalDateTime 阅读全文
摘要:
导出word主模块 public void exportDocx() { FileOutputStream os = null; FileInputStream fs = null; String fileName = null; try { //填充结果 Map<String, Object> m 阅读全文