當前位置:學問君>人在職場>電腦培訓>

asp下去除超連結函數

學問君 人氣:1.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