python查看是32位还是64位版本 发表于 2017-12-22 | 分类于 编程 | 12345>>> import platform>>> platform.architecture()('64bit', 'ELF')