📜  检查环境变量是否存在python代码示例

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

代码示例1
if os.getenv("FOO") is not None:
    // var exists