?? shuchu.java~12~
字號:
package shiyan1;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2008</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class shuchu{ public static void main(String[] args) { System.out.println("JAVA 您好!"); System.out.println(1+2.3); System.out.println("abc"+"def"); System.out.println("ab"+1); System.out.println("abc"+1+2.3); System.out.println(1+2.3+"abc"); System.out.println(1+"abc" +2.3); }}class MyJava2 { }
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -