摘要: 1 package com.lwl.util; 2 3 import sun.misc.BASE64Encoder; 4 5 import java.io.*; 6 import java.net.HttpURLConnection; 7 import java.net.URL; 8 import 阅读全文
posted @ 2021-12-03 01:33 勤快的懒羊羊 阅读(1271) 评论(0) 推荐(0) 编辑
摘要: 1 /** 2 * 读xml文件 3 * 4 * @param file 文件 5 * @return 6 * @throws IOException 7 * @throws IOException 8 */ 9 public static String readXml(File file) thr 阅读全文
posted @ 2021-12-03 00:05 勤快的懒羊羊 阅读(286) 评论(0) 推荐(0) 编辑