📄 mousemotionevent.java
字号:
import java io.*;
public class ConsoleInput{
public Static void main(String[] args) throws IOException{
BufferedReader in= new BufferedReader( new InputStreamReader(System.in));
System.out.print("please input: ");
Sting ino=in.readLine();
while(ino.trim().length()==0){
System.out.print("please input: ");
name=in.readLine();
}
System.out.print(+ino.trim());
in.close();
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -