函数名称:获取字符串字节数
函数功能:获取字符串字节数
函数方法
num = string.len(str)
函数用例
str="JUST DO IT" num = string.len(str) dialog("字符串字节数:"..num)
注意事项