Python读取环境变量的方法和自定义类分享 使用os environ来读取和修改环境变量: 复制代码 代码如下: import os print (os environ[ "TEMP "]) mydir python编程 2022-04-08 110 点赞 1 评论 166 浏览