函数名称:获取字符串长度
函数功能:获取字符串长度
函数方法
num = string.len(str)
函数用例
str="JUST DO IT" num = string.len(str) dialog("字符串长度:"..num,5000)