public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(hobby); }}
看着没问题啊