摘要: int 数字类型 1 class int(object): 2 """ 3 int(x=0) -> int or long 4 int(x, base=10) -> int or long 5 6 Convert a number or string to an integer, or return 阅读全文
posted @ 2016-05-16 09:54 小秒 阅读(389) 评论(0) 推荐(0) 编辑