会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
hl_流星
python看是32位还是64
2017-08-01 16:50
hl_流星
阅读(
199
) 评论(
0
)
收藏
举报
方法1
import platform
print(platform.architecture())
方法2:
直接cmd下输入python就会出现
刷新页面
返回顶部
About