Looking at the BufferedReader API the following code should do just that: while (in.ready()) { result += in.readLine(); }.
確定! 回上一頁