摘要:
方法一: java: @RequestMapping("/testFile") public String fileUpload(MultipartFile multipartFile) { String path= "d:\\upload\\test\\"; // 原名 String[] type 阅读全文
posted @ 2019-12-31 09:01
DarGi
阅读(252)
评论(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
阅读(193)
评论(0)
推荐(0)

浙公网安备 33010602011771号