IO流,字符流
摘要:
1 import java.io.FileReader; 2 3 public class FileReaderDemo { 4 public static void main(String[] args) throws Exception{ 5 method_1(); 6 method_2(); 7 } 8 // 方法一... 阅读全文
posted @ 2018-05-31 13:05 冷小超 阅读(177) 评论(0) 推荐(0)
浙公网安备 33010602011771号