public class HelloWorld{
public static void main(String[] args) {
String hobby="慕课网";
System.out.println(hobby);
}
"慕课网"后面的分号是中文的分号,改成英文的分号就行了。