我的怎么错了public class HelloWorld{ public static void main(String[] args) { String hobby=“慕课网” System.out.println(hobby); } }
“慕课网”后面少了个“;”