public class HelloWorld{ public static void main(String[] args) { String hobby="慕课网"; System.out.println(hobby); } }
加引号表示字符串,不加引号是变量
对,加引号表示字符串,不加引号是变量