2018年10月30日

python字符串使用

摘要: 1.python中的字符数字之间的转换函数 int(x [,base ]) 将x转换为一个整数 long(x [,base ]) 将x转换为一个长整数 float(x ) 将x转换到一个浮点数 complex(real [,imag ]) 创建一个复数 str(x ) 将对象 x 转换为字符串 re 阅读全文

posted @ 2018-10-30 21:30 4c4853 阅读(127) 评论(0) 推荐(0) 编辑

导航