用Scanner和BufferedReader两种方式实现以下场景:用命令行输入一个数字m,如果m >1 输出 ... Scanner sc = new Scanner(System.in); int m = sc.
確定! 回上一頁