为什么不可以直接输出System.out.println(“我爱慕课网“);
System.out.println("我爱慕课网");
你的双引号打的是中文格式!改成英文格式就可以了
英文("我爱慕课网")√
中文(“我爱慕课网”)×