有没有可靠的方法使用Python确定系统CPU架构?
可能的重复:
如何在Python中返回系统信息?
例如,查看 Solaris 是 Solaris X86 还是 Solaris SPARC?
Possible Duplicate:
How can I return system information in Python?
For example, to see if a Solaris is a Solaris X86 or Solaris SPARC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用了以下内容:
来自 Python 平台文档:
I used the following:
From the Python platform documentation: