string:length

说明:字符串长度,一个汉字占1位。

用法:
 (string:length str)

参数:1 str : 字符串;

返回值:int

示例:
(string:length "中国a") => 3