用法
评论
建议
取 消
确 定
(defun list:change-index (lst m n / t1 t2) "交换列表的m和n项,索引从0开始" (setq t1 (nth m lst) t2 (nth n lst)) (list:replace-index (list:replace-index lst m t2) n t1))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 733 个
函数库类别: 51 种
上传记录
刷新