System.out out是System的静态变量
    System.out.println() println方法不是System类的,是PrintStream类的方法
    System.gc() 建议启动垃圾回收器
    System.currentTimeMills() 获取自1970年1月1日到系统时间的总毫秒数
    System.exit(0) 推出JVM