殇帝刘玢你 发表于 2017-5-8 11:56:15

python字符串与数字的转化

  数字变为字符串 str()
字符串变为数字 string.atoi(s,[,base]) //base为进制基数
页: [1]
查看完整版本: python字符串与数字的转化