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

请检查输出是否包含:我爱慕课网,再试试!直接进入下一节

public class HelloWorld{

    public static void main(String[] args) {

        String love = "我爱慕课网";

        String imooc = "www.imooc.com";

        System.out.println(love);

        System.out.println(imooc);

    }

}


提问者:sunny大懒虫 2015-05-05 21:57

个回答

  • PZ_lee
    2015-12-14 20:32:58

    http://img.mukewang.com/566eb6df00015e9205550144.jpg

    运行过你的代码没问题!