2020年5月14日

读取txt文件,并把文件类容转为String

摘要: 1.File file = new File("D:\\gis_1.txt");2. public static String txt2String(File file){ StringBuilder result = new StringBuilder(); try{ BufferedReader 阅读全文

posted @ 2020-05-14 15:17 博客海沐沐 阅读(1590) 评论(0) 推荐(0)

导航