string:split

说明:将字符串用separator分隔成列表,separator 可以是字符或由字符组成的表。

用法:
 (string:split str separator)

参数:1 str : 字符串;2 separator : 分隔符;

返回值:

示例: