script.py import os print(os.environ.get('FOO')) # Empty. But this won't return the value of the environment variables, though, ...
確定! 回上一頁