FFIVE
class里不能直接写代码的,要把代码包在一个方法里才能运行。例:public class Num {public static void main(String[] args) {
try{
System.out.println("Hello World!");
}catch (Exception e){
}
}}