java.io.BufferedReader.read(char[] cbuf, int off, int len) 方法讀取len個字符到一個具體確定的數組,從偏移量off開始。此方法通過多次調用底層流的read方法讀取 ...
確定! 回上一頁