public class HelloWorld{ public static void main(String[] args) { String _happy="我爱慕课网" String price="www.imooc.com" System.out.println(_happy) System.out.println(price) } }
把String变量名的下划线去掉,在变量后面加上英文分号。仔细检查
String _happy="我爱慕课网"; String price="www.imooc.com"; System.out.println(_happy) ; System.out.println(price);
1, 中间三句少了三个分号。2、_happy前面的小括号是拿中文输入法打的