这个是什么意思啊,刚学JAVA,不懂
你若想在控制台输出“hello world”,应该这样写 public class Sss{ pablic static void main(String[] args){ System.out.println("hello world"); } }