public class HelloWorld {
public static void main(String[] args){
System.out.println("hello lxq");
}
没问题,能运行啊
是不是System.out.prinIntln("hello lxq");
代码没问题,编译的时候出错了还是运行的时候出错?
没错,用JC可运行