public class java01 { public static void main(String[] args) { String hobby = "慕课网"; System.out.println("hobby"); } }
你变量打了双引号,输出的就不是变量的内容,而是hobby了