@Test public void testEnvironmentVariable() { //查看JDK的环境变量 System.getProperties().list(System.out); }