摘要: public class ReadTxt { //读取文件 public static void main(String[] args) { try { String str = ""; // 1.建立连接 FileInputStream fis = new FileInputStream("E:\ 阅读全文
posted @ 2019-04-30 11:46 踏月而来 阅读(171) 评论(0) 推荐(0)