public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(hobby); } } 为什么会报错??
看看文字字符串后面的分号是不是英文的,