用法
评论
建议
取 消
确 定
(defun string:case (str) "大小写替换" (vl-list->string (mapcar (quote (lambda (x) (cond ((and (>= x 65) (< x 97)) (+ x 32)) ((and (>= x 97) (< x 123)) (- x 32))))) (vl-string->list str))))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 772 个
函数库类别: 54 种
上传记录
刷新