📄 hello4.txt
字号:
// Prints a message in the command window
public class Hello4
{
public static void main(String[] args)
{
System.out.print("Hello! ");
System.out.print("Hello!\n");
System.out.println("Hello!");
System.out.println("What's all this then?\n");
System.out.println("Please tell me!");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -