问答详情
源自:2-5 如何命名Java变量

这样写为什么会错呢

public class HelloWorld{

    public static void main(String[] args) {

string myLove="我爱慕课网";

        string myURL="www.imooc.com";

        System.out.println(myLove);

        System.out.println(myURL);

}

}

这样写为什么会错呢

提问者:一直在路上000 2016-02-20 19:13

个回答

  • peggy_fei
    2016-02-20 19:26:59
    已采纳

    String,s大写