?? ex11.java
字號(hào):
public class Ex11{
int x;
public static void main(String ar[])throws Exception{
int y=0;
Ex11 c=new Ex11();
try{
y=3/c.x;
y=y+1;}catch(Exception e){System.out.println("errors occur!");}
System.out.println("program ends ok");
System.out.println("the y is:"+y);
}
}
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -