跳转至

sys


基础

# 获取程序执行参数
sys.argv

# 平台标识符 什么系统
sys.platform

# Python 版本
sys.version
# 退出程序
sys.exit()