list:insert-nth

说明:插入元素va到lst表的第n位

用法:
 (list:insert-nth value n lst)

参数:1 value : 值; 2 n : 未明确定义; 3 lst : 列表;

返回值:

示例: