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
相關文章
相關標籤/搜索