摘要: Java应用中的一些系统变量说明 //获取所有的系统属性 Properties properties = System.getProperties(); for (String s : properties.stringPropertyNames()) { //输出对应的key 和value System.out.println(s 阅读全文
posted @ 2023-10-22 08:46 残城碎梦 阅读(17) 评论(0) 推荐(0)