摘要: public class Test{ /*FileReader/FileWriter读写乱码,待处理*/ public static void main(String[] args) throws IOException{ FileReader fileReader = null; FileWrit 阅读全文
posted @ 2016-07-01 15:58 N神3 阅读(223) 评论(0) 推荐(0)
摘要: public class Test{ public static void main(String[] args) throws IOException{ FileInputStream in = null; BufferedInputStream bis =null; FileOutputStre 阅读全文
posted @ 2016-07-01 14:54 N神3 阅读(648) 评论(0) 推荐(0)