摘要: /** 判断文件大小是否可上传*/public Boolean judgeFileSize(MultipartFile file) throws Exception { Boolean flag = true; CommonsMultipartFile cf = (CommonsMultipartF 阅读全文
posted @ 2018-11-14 14:07 小小太阳儿 阅读(786) 评论(0) 推荐(0) 编辑