📄 x1.java
字号:
//c2:XYZ.java
//author:ZhangHongbin
//This program is protected by copyright laws.
//Program Skeleton in this chapter.
public class X1
{
public static void main(String[] args)
{
System.out.println("1");
System.out.println("11");
System.out.println("111");
System.out.println("1111");
System.out.println("11111");
System.out.println("111111");
System.out.println("1111111");
System.out.println("11111111");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -