函数名称:将数字转成字符串
函数方法
str = tostring(num)
必填
选填
无
返回值
函数示例
num=111 str = tostring(num) nLog("转换后的内容:"..str.."\r\n".."数据类型:"..type(str))