函数名称:将数字转成字符串
函数方法
str = tostring(num)
函数用例
num=111 str = tostring(num) dialog("转换后的内容:"..str.."\r\n".."数据类型:"..type(str),5000)