Young87

当前位置:首页 >个人收藏

System类

什么是System?很简单,给大家看个熟悉的代码:

public class HelloWorld {
   
    public static void main(String[] args) {
   
        System.out.println("Hello World!"); 
    

除特别声明,本站所有文章均为原创,如需转载请以超级链接形式注明出处:SmartCat's Blog

上一篇: BigDecimal类

下一篇: 内部类的理解与学习

精华推荐