public class Test2{ // 注意:args可以改名字,随意,对于主方法来说只有这个位置可以改,其他位置不能动 public static void main(String[] arge){ System.out.println("Hello World"): }}