java 打印系统属性列表

import java.util.Properties Properties properties = System.getProperties(); properties.list(System.out);
相关文章
相关标签/搜索