public class HelloWorld{ public static void main(String[] args) { String hobby = "慕课网"; System.out.println(hobby);System.out.println("慕课网"); }}
同学,你第三行的分号(;)有问题,注意输入法啊!要英文的。
改过后就可以运行,试过了
String hobby = "慕课网";最后的分号不对,要在英文状态下