'ASP过滤script脚本的正则函数,itjxue.com整理 function DelJs(str) Dim objRegExp Set objRegExp=New RegExp '设置是否区分字符大小写,true表示忽略大小写 objRegExp.IgnoreCase=True '设置是否全局匹配,True表示全局匹配 objRegExp.Global=True objRegEx
ASP移除所有HTML代码的函数 Function RemoveHTML( strText ) Dim RegEx Set RegEx = New RegExp RegEx.Pattern = [^]* RegEx.Global = True RemoveHTML = RegEx.Replace(strText, ) RemoveHTML = replace(RemoveHTML, , ) End Function
终于有点时间了,想在本机上装个zblog1.8正式版测试一下,顺便做个主题 结果开始的时候连不上数据库,总是报错,运行权限向导也不行 重装了一下IIS,结果报了个错误 Server Application Error The server has encountered an error while loading an applicat