list:split-index

说明:(list:split-index lst index)

用法:
 1 lst  : 列表;  2 index  : 索引值;  

参数:索引前后元素组成的表,其中索引所指向的元素位于第二个子表的表头

返回值:(list:split-index '(1 2 3 4) 2)

示例: