📄 sortedclass.java
字号:
/*01*/public class sortedClass implements sortedIO
/*02*/{
/*03*/ public void run()
/*04*/ { System.out.println("run"); }
/*05*/ public void init()
/*06*/ { System.out.println("init"); }
/*07*/ public void destroy()
/*08*/ { System.out.println("end"); }
/*09*/}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -