範例1 讀取鍵盤輸入 import java.util.Scanner; public class ScannerTest { public static void main(String[] args){ Scanner sc = new Scanner(System.in);
確定! 回上一頁