数字变为字符串 str()
字符串变为数字 string.atoi(s,[,base]) //base为进制基数
浮点数转换 string.atof(s)