1.python 进入交互式命令行,如下:
2.执行以下命令:
import struct;print struct.calcsize("P") * 8
转载于:https://www.cnblogs.com/yako/p/6016026.html