⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 junk1.java

📁 Use the links below to download a source distribution of Ant from one of our mirrors. It is good pra
💻 JAVA
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -