问题背景 终端里 echo $ 可以在配置文件中配置的环境变量,但是到了代码里返回的我设置的环境变量为空: // 获取属性 Properties properties = System.getProperties(); // 打印 for (Map.Entry<Object, Object><