用法
评论
建议
取 消
确 定
(defun string:intp (str) "确定字符串是否为整数" (and (string:numberp str) (not (or (= "." (substr str 1 1)) (= "-." (substr str 1 2)) (= "+." (substr str 1 2)))) (= (quote int) (type (read str)))))
函数库使用说明
应用包
技术支持
统计信息
函数库规模: 733 个
函数库类别: 51 种
上传记录
刷新