list:exist

说明:(list:exist lst item)

用法:
 1 lst  : 列表;  2 item  : 项或项值;  

参数:存在t,反之nil

返回值:(list:exist '(1 2 3 4) 3)

示例: