您的位置: 首页 > IT文章 > python 32位、64位确定 python 32位、64位确定 分类: IT文章 • 2025-01-10 09:27:08 1.python 进入交互式命令行,如下: 2.执行以下命令: import struct;print struct.calcsize("P") * 8