python字符串与数字的转化

数字变为字符串 str(4) 字符串变为数字 string.atoi(s,[,base]) //base为进制基数 浮点数转换 string.atof(s)spa 字符转数字 int(str)orm
相关文章
相关标签/搜索