java.io.BufferedReader.read(char[]cbuf,intoff,intlen)方法讀取len個字元到一個具體確定的陣列,從偏移量off開始。此方法通過多次呼叫底層流的read方法讀取.
確定! 回上一頁