0
点赞
收藏
分享

微信扫一扫

java中输入函数的使用和结构eclipse

前程有光 2023-01-18 阅读 117


首先要在代码的开头导入

import java.util.Scanner; 
public class test{
Scannner s=new Scanner(System.in);
int i=s.nextInt();
}


举报

相关推荐

0 条评论