Python数字与字符之间的转换
摘要:
Python数字与字符之间的转换 | 命令 | 意义 | | | | | int(x [,base ]) | 将x转换为一个整数 | | long(x [,base ]) | 将x转换为一个长整数 | | float(x ) | 将x转换到一个浮点数 | | complex(real [,imag 阅读全文
posted @ 2017-09-19 09:29 tongqingliu 阅读(533) 评论(0) 推荐(1) 编辑