摘要:
函数 描述int(x [,base ]) 将x转换为一个整数long(x [,base ]) 将x转换为一个长整数float(x ) 将x转换到一个浮点数complex(real [,imag ]) 创建一个复数str(x ) 将对象 x 转换为字符串repr(x ) 将对象 x 转换为表达式字符串 阅读全文
posted @ 2018-10-12 10:15
阿波罗Apollo
阅读(2579)
评论(0)
推荐(0)