代码本地可以运行,
这个很明显,是你的编译工具出问题了呗! 你这是eclipse? 恢复设置一下吧
有些代码系统不做验证
public class HelloWorld{ public static viod main(String[] args){ String greet="hello imooc"; system.out.println(greet); } }
右边有什么?
右边应该有什么????