2016年1月14日
摘要: //读取方法public static String txt2String(String path){ String fileContent = ""; try { File f = new File(path);... 阅读全文
posted @ 2016-01-14 14:03 呵呵哒_萧大大 阅读(844) 评论(0) 推荐(0) 编辑