public class HelloWorld{
public static void main(String[] args) {
String hobby="我爱慕课网";
String student="www.imooc.com";
System.out.println("hobby");
System.out.println("student");
}
变量输出不需要双引号,直接变量名输出即可。System.out.println(hobby);