06 2019 档案
摘要:$.ajax({ url:"http://localhost:8080/wb/toUpLoad", type:"post", data:formData, processData: false, // 不处理数据 contentType: false, // 不设置内容类型 async: true,
阅读全文
摘要:1 public class FileUtil { 2 3 4 /** 5 * 读取文件内容,作为字符串返回 6 */ 7 public static String readFileAsString(String filePath) throws IOException { 8 File file = new...
阅读全文