摘要: $.ajax({ url:"http://localhost:8080/wb/toUpLoad", type:"post", data:formData, processData: false, // 不处理数据 contentType: false, // 不设置内容类型 async: true, 阅读全文
posted @ 2019-06-19 11:06 余生请多指教ANT 阅读(539) 评论(0) 推荐(0) 编辑
摘要: 1 public class FileUtil { 2 3 4 /** 5 * 读取文件内容,作为字符串返回 6 */ 7 public static String readFileAsString(String filePath) throws IOException { 8 File file = new... 阅读全文
posted @ 2019-06-19 11:03 余生请多指教ANT 阅读(390) 评论(0) 推荐(0) 编辑