最新文章

LightBlog

2019/10/24

Java基本輸入

Java三項基本輸入


  1. import java.util.Scanner;
  2. Scanner scanner = new Scanner(System.in);
  3. int value = scanner.nextInt();

沒有留言:

Adbox