首页
Java
登录
6mi
u
盘
搜
搜 索
Java
查看python是32位的还是64位的
查看python是32位的还是64位的
xiaoxiao
2021-02-28
60
进入python
>>>
import
platform
>>>
platform.architecture()
Centos下的输出为:
(
'64bit'
,
'ELF'
)
转载请注明原文地址: https://www.6miu.com/read-61042.html
技术
最新回复
(
0
)