一、描述 java中取得系统的属性的方法有两种: 1、可以使用System类中的方法:public static Properties getProperties()得到系统的各种属性, 该方法返回一个Properties类,这个类继承自……