[关闭]
@songying 2018-07-19T22:20:24.000000Z 字数 396 阅读 1113

platform

python库


platform.system()

返回系统名字: 'Linux', 'Windows', or 'Java'. An empty string is returned if the value cannot be determined.

platform.release()

Returns the system’s release, e.g. '2.2.0' or 'NT' An empty string is returned if the value cannot be determined.

platform.python_implementation()

返回一个string表示python的实现方式,可选值有: 'CPython', ‘IronPython’, ‘Jython’, ‘PyPy’.

platform.python_version()

返回python的版本信息, 如:'3.6.4', 不同的解释器返回的信息格式不同。

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注