Java System类

 java 不支持 全局方法 和 变量, system 类 中所有成员都是静态的, 而要引用这些变量和方法,可直接system作为前缀,

原文地址:https://www.cnblogs.com/iOS-mt/p/5614668.html