java 打印系统属性列表

import java.util.Properties

Properties properties = System.getProperties();
properties.list(System.out);