package com.properties; public class Main { public static void main(String[] args) { // 打印所有系统配置信息到控制台 System.getProperties().list(System.out); // 获取操作系统名称 System.out.println(System.getProperty("os.name")); } }
最近下载更多
package com.properties; public class Main { public static void main(String[] args) { // 打印所有系统配置信息到控制台 System.getProperties().list(System.out); // 获取操作系统名称 System.out.println(System.getProperty("os.name")); } }