用法
评论
建议
取 消
确 定
(defun table:read-csv (file) "读取 csv 文件。" "二维表" (vl-remove-if (quote (lambda (x) (and (= 1 (length x)) (= "" (car x))))) (mapcar (quote (lambda (x) (string:to-list x ","))) (string:to-list (@:get-file-contents (findfile file)) "\n"))))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 747 个
函数库类别: 52 种
上传记录
刷新