美文网首页
2018-08-12 《Think in Java》第2章

2018-08-12 《Think in Java》第2章

作者: 聪聪爱石头 | 来源:发表于2018-08-12 23:46 被阅读0次

    不懂点:

    标签:Output作用

    Hello World代码

    public class HelloWorld {
        private final static Stringwords ="Hello World";
        public static void main(String[] args) {
            System.out.println(words);
        }
    }
    

    相关文章

      网友评论

          本文标题:2018-08-12 《Think in Java》第2章

          本文链接:https://www.haomeiwen.com/subject/kjnebftx.html