用法
评论
建议
取 消
确 定
(defun ui:table-widths (lst-data) "求用于dcl表格的各列的自适应宽度。" "数值表" "(ui:table-widths '((\"姓名\"\n \"性别\"\n \"年龄\"\n \"身高\")(\"张三\"\"男\"18 180)(\"李四\"\n \"女\"\n 18 170)(\"王五\"\n \"男\"\n 18 180)))" (mapcar (quote (lambda (x) (+ 2 (apply (quote max) (mapcar (quote (lambda (y) (strbytelen (@:to-string y)))) x))))) (apply (quote mapcar) (cons (quote list) lst-data))))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 733 个
函数库类别: 51 种
上传记录
刷新