10 2019 档案
摘要:1.isEmpty(String str) 是否为空,空格字符为false2.isNotEmpty(String str) 是否为非空,空格字符为true3.isBlank(String str) 是否为空,空格字符为true4.isNotBlank(String str) 是否为非空,空格字符为f
阅读全文
摘要:单文件上传 @PostMapping(value = "upload") @ResponseBody public Map upload(@RequestParam("file") MultipartFile file) { Map map=new HashMap(); try { if (file
阅读全文

浙公网安备 33010602011771号