Python_platform&psutil

发布时间 2023-04-04 00:26:51作者: 不自在

platform

platform 模块可跨平台查看操作系统、系统版本位数、计算机类型名称内核等一系列信息。

平台架构

platform.machine()

返回平台架构。若无法确定,则返回空字符串。