list:intersect

说明:求两个列表集合的交集

用法:
 (list:intersect lst1 lst2)

参数:1 lst1 : 列表;2 lst2 : 列表;

返回值:List

示例: