Python Python中的sys模块
Python中的sys模块
sys中的常用方法
函数名参数介绍举例返回值
modules无Py启动时加载的模块sys.modules( )列表
path无返回当前py的环境路径sys.path()列表
exitarg退出程序sys.exit(0)无
getdefaultencoding无获取系统编码sys.getdefaultencoding()字符串
platform无获取当前系统平台sys.platform()字符串
version(属性)无获取python版本sys...
hn.icodeq.com1 min read