当前位置:才华斋>设计>网页设计>

asp下去除超链接函数

网页设计 阅读(2.97W)

复制代码 代码如下:

asp下去除超链接函数

<%

Function ReplaceUrl2(HTMLstr)

Dim n,str1,str2,str3,str4

HTMLstr = Lcase(HTMLstr)

For n=1 to Ubound(Split(HTMLstr,"(.+?)"

RegRemoveHref = ace(HTMLstr,"$1")

END Function