这个对的程序到底是什么啊,怎么不对呢。求完整的
public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(hobby); } }