list:search-index

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

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

参数:查找到的元素组成的表

返回值:(list:Search-Index '(1 2 3 4) 3)

示例: