摘要: 方法一: java: @RequestMapping("/testFile") public String fileUpload(MultipartFile multipartFile) { String path= "d:\\upload\\test\\"; // 原名 String[] type 阅读全文
posted @ 2019-12-31 09:01 DarGi 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 应用: public List<Demo> importExcel(@RequestParam(value = "file",required = false)MultipartFile file){ List<Demo> list = new ArrayList<Demo>(); InputStr 阅读全文
posted @ 2019-12-31 08:44 DarGi 阅读(186) 评论(0) 推荐(0) 编辑