📜  gat 环境变量 java 代码示例

📅  最后修改于: 2022-03-11 14:52:29.261000             🧑  作者: Mango

代码示例1
String environmentVariable = System.getEnv("environment_variable_name"); 
//You can create environment variables on your computer manually
//and then you must put the environment variable in the parantheses as a String