python 获取int最大值 2018-03-28 本文已影响0人 zhenggeaza python2 中获取int最大值 import sys i = sys.maxint python3 中获取int最大值 import sys i = sys.maxsize