首先要在代码的开头导入
import java.util.Scanner;
public class test{
Scannner s=new Scanner(System.in);
int i=s.nextInt();
}
java中输入函数的使用和结构eclipse
阅读 118
2023-01-18
import java.util.Scanner;
public class test{
Scannner s=new Scanner(System.in);
int i=s.nextInt();
}
相关推荐
精彩评论(0)