jingxiaohua4112541
2016-10-03 12:52
public class HelloWorld {
public static void main(String[] args) {
String title="我爱慕客网";
String web="www.imooc.com";
System.out.println(title);
System.out.println(web);
后面差俩个大括号
语句没问题,可能大括号漏了
我运行显示是正确的
Java入门第一季(IDEA工具)升级版
1165172 学习 · 17581 问题
相似问题