junk6.java
来自「Use the links below to download a source」· Java 代码 · 共 13 行
JAVA
13 行
public class Junk1 { public boolean mybool; public static void main (String[] args) { System.out.println("I have a tab"); // Here is a comment with an embedded tab if (mybool) { /* Here is a multi-line (with embedded' 'tab) Comment */char mychar = ' '; //<-tab-> <- } // end of if (mybool) } // end of main ()}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?