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