标签:http debug bug exti log alt mina 成员 into
接收键盘输入的数据,保存在变量中:
先导入Scanner所在包:import java.util.Scanner;
新建Scanner 对象 input: Scanner input = new Scanner(System.in);
将输入的数据保存到变量中:int score = input.nextInt(); // input 作为一个类对象,nextInt()为其成员函数
Eclipse下的调试
标签:http debug bug exti log alt mina 成员 into
原文地址:http://www.cnblogs.com/airbluecat/p/6067803.html