使用 Java API 访问环境变量和系统属性:
System.getProperty("prop");System.getenv("HOME");
System.getProperty("prop");
System.getenv("HOME");