public class HelloWorld{ // 声明类
public static void main(String[] args){ // 声明主方法
System.out.println("Hello World!"); // 打印Hello World!
}
}
Last modification:October 12th, 2019 at 11:14 am
© 允许规范转载