Scanner的用法

Scanner的用法: 先在第一行輸入import java.util.Scanner; 再到要使用的地方輸入 Scanner input = new Scanner(System.in); 輸入語句:變量 = input.nextInt();
相關文章
相關標籤/搜索