java 获取本机的详细信息

诗远

关注

阅读 140

2022-10-25

public class SystemInfo {



public static void main(String[] args) {

System.getProperties().list(System.out);

}

}

相关推荐

精彩评论(0)

0 0 举报