public class HelloWorld {
public static void main(String[] args) {
String title="我爱慕客网";
String web="www.imooc.com";
System.out.println(title);
System.out.println(web);
后面差俩个大括号
语句没问题,可能大括号漏了
我运行显示是正确的