import environ >> env = environ.Env() >> env.str('SHELL') # 读取环境变量SHELL '/bin/zsh' >> env.str('PATH') '这里显示的是环境变量PATH的内容' ...
確定! 回上一頁