asp下替换非数字为空的正则 function replacestr(str) dim re set re=new regexp re.ignorecase=true re.global=true re.pattern="\D" str=re.replace(str,"") replacestr=str set re=nothing end function 查看更多关于asp下替换非数字为空的正则的详细内容... 声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did91893 更新时间:2022-10-19 阅读:72次