摘要: python2 import sys print sys.maxint python3 import sys print(sys.maxsize) 阅读全文
posted @ 2019-12-03 20:18 LiShiChao 阅读(669) 评论(0) 推荐(0)