国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > ASP > 正文

asp alexa查詢(xún)小偷程序

2024-05-04 10:57:28
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
<%
'為了支持原創(chuàng),請(qǐng)保留該處注釋?zhuān)x謝!
'作者:草上飛
'獲取主域名
Function getDomainUrl(url)
    tempurl=replace(url,"http://","")
    if instr(tempurl,"/")>0 then
        tempurl=left(tempurl,instr(tempurl,"/")-1)
    end If
    getDomainurl=tempurl
End Function


Function GetHttpPage(HttpUrl)
   If IsNull(HttpUrl)=True Or Len(HttpUrl)<18 Or HttpUrl="$False$" Then
      GetHttpPage="$False$"
      Exit Function
   End If
   Dim Http
   Set Http=server.createobject("MSXML2.XMLHTTP")
   Http.open "GET",HttpUrl,False
   Http.Send()
   If Http.Readystate<>4 then
      Set Http=Nothing 
      GetHttpPage="$False$"
      Exit function
   End if
   GetHTTPPage=Http.responseText
   Set Http=Nothing
   If Err.number<>0 then
      Err.Clear
   End If
End Function

'==================================================
'函數(shù)名:ScriptHtml
'作  用:過(guò)濾html標(biāo)記
'參  數(shù):ConStr ------ 要過(guò)濾的字符串
'         TagName ------要過(guò)濾的標(biāo)簽
'         FType 1表示過(guò)濾左邊標(biāo)簽  2表示過(guò)濾左右標(biāo)簽及中間的值  3表示過(guò)濾左邊標(biāo)簽和右邊標(biāo)簽,保留內(nèi)容。
'==================================================
Function ScriptHtml(Byval ConStr,TagName,FType,includestr)
    Dim Re
    Set Re=new RegExp
    Re.IgnoreCase =true
    Re.Global=True
    Select Case FType
    Case 1
       Re.Pattern="<" & TagName & "([^>])*("&includestr&"){1,}([^>])*>"
       ConStr=Re.Replace(ConStr,"")
    Case 2
       Re.Pattern="<" & TagName & "([^>])*("&includestr&"){1,}([^>])*>.*?</" & TagName & "([^>])*>"
       'response.write constr&"<br>"
       ConStr=Re.Replace(ConStr,"")
發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 苗栗市| 卢湾区| 定安县| 武川县| 古丈县| 石首市| 白银市| 涟水县| 黄平县| 白山市| 铜梁县| 新宾| 崇义县| 宜宾县| 西藏| 长岭县| 林甸县| 利辛县| 汝阳县| 吉首市| 玉田县| 宁明县| 阳春市| 新宁县| 齐河县| 黑龙江省| 突泉县| 循化| 邛崃市| 平潭县| 甘孜县| 大洼县| 攀枝花市| 纳雍县| 平顺县| 海安县| 澜沧| 张家口市| 新丰县| 丽水市| 东光县|