答案 告诉我 我要疯了
public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(hobby); } }