public class SystemInfo {
public static void main(String[] args) {
System.getProperties().list(System.out);
}
}
java 获取本机的详细信息
阅读 140
2022-10-25
public class SystemInfo {
public static void main(String[] args) {
System.getProperties().list(System.out);
}
}
相关推荐
精彩评论(0)