當前位置:才華齋>設計>網頁設計>

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