You need to sign in or sign up before continuing.
提交 2c30f0d4 编写于 作者: L lemonlittle

Auto Commit

上级 eaac2de3
import os
# 获取指定环境变量的值
inscode_api_key = os.getenv('INSCODE_API_KEY')
qiniu_access_key = os.getenv('QINIU_ACCESS_KEY')
# 打印环境变量值
print(inscode_api_key)
print(qiniu_access_key)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册