Java——数据读取优化

//temp.txt中放的是abcde import java.io.*; class test{ public static void main(String[] args) throws IOException{ //int read(char[] cbuf) 将字符读入数组 FileReader fr = new FileReader("temp.t
相关文章
相关标签/搜索