String str1; int num1; str1 = console.readLine(); num1 = Integer.parseInt(str1);. The readLine() method belongs to the class BufferedReader.
確定! 回上一頁