关于windows:windows设置环境变量

33次阅读

共计 63 个字符,预计需要花费 1 分钟才能阅读完成。

1. 设置环境变量

$env:API_URL="xxx"

2.python 获取

apiURL = os.getenv("API_URL")

正文完
 0