文件后缀名是.java
public class 测试 { public static void main(String[] args) { System.out.println("Hello,world!"); } }