In [4]: import platform In [5]: platform.architecture() Out[5]: ('32bit', 'WindowsPE') 转载于:https://www.cnblogs.com/jachin/p/5462178.html