list:split-by

说明:按给定的条件拆分表

用法:
 (list:split-by lst fun)

参数:1 lst : 列表;2 fun : 未识别定义;

返回值:由lst组成的lst

示例: