string:to-list

说明:字符串转成列表,拆分字符串,指定字符来分隔字符串。

用法:
 (string:to-list str separator)

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

返回值:拆分后的列表

示例: