用法
评论
建议
取 消
确 定
(defun dcl:button (key label style) "dcl 按钮。" "" "(dcl:button \"btn1\" \"Button1\" \"\")" (set (read (strcat "cb-" key)) (eval (read (strcat "(lambda()(alert (strcat \"需要定义回调函数 (cb-" key ")\")))")))) (write-line (strcat ":button{key=\"" key "\";" "label=\"" label "\";" "action=\"(cb-" key ")\";" style "}") dcl-fp))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 767 个
函数库类别: 53 种
上传记录
刷新