string:from-list

说明:列表转成字符串

用法:
 (string:from-list lst separator)

参数:1 lst : 列表;2 separator : 分隔符;

返回值:

示例: