?? demo3.java
字號(hào):
package com.owner.demo;/** * <p>Title: </p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2006</p> * <p>Company: </p> * @author not attributable * @version 1.0 */public class Demo3 { public Demo3() { String str = ""; int cod = 0; cod = str.hashCode(); System.out.println(cod); } public static void main(String[] args) { Demo3 demo31 = new Demo3(); }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -