摘要: python2 中获取int最大值 import sys print sys.maxint 但是在python3中,报错: AttributeError: module 'sys' has no attribute 'maxint' 看了官网文档后了解python3中没有maxint了,只有maxs 阅读全文
posted @ 2018-05-12 15:24 天剑含光 阅读(1878) 评论(0) 推荐(0)