亚洲欧美日韩天堂在线观看,日本少妇XXX做受,成人电影在线免费观看,大香蕉在线网站

專業(yè)的廣州網(wǎng)站建設(shè)公司、廣州網(wǎng)站設(shè)計(jì)制作公司為您服務(wù),電話:020-85548809,29883069
新聞中心
專業(yè)專注專心,行業(yè)行情行規(guī)
分享交流,永無止境,我們?cè)概c您共同進(jìn)步

asp獲取遠(yuǎn)程網(wǎng)頁的指定內(nèi)容

發(fā)布日期:[2010/8/21]   編輯:奇億廣州網(wǎng)站建設(shè)

用ASP獲取遠(yuǎn)程網(wǎng)頁的指定內(nèi)容,可以輕易獲取到別人網(wǎng)頁的指定的某些內(nèi)容,其實(shí)也就是ASP小偷程序原理了,代碼如下:

<%
'用ASP獲取遠(yuǎn)程目標(biāo)網(wǎng)頁指定內(nèi)容,代碼由廣州網(wǎng)站建設(shè)http://www.studstu.com提供
On Error Resume Next
Server.ScriptTimeOut=9999999
Function getHTTPPage(Path)
        t = GetBody(Path)
        getHTTPPage=BytesToBstr(t,"GB2312")
End function
Function Newstring(wstr,strng)
        Newstring=Instr(lcase(wstr),lcase(strng))
        if Newstring<=0 then Newstring=Len(wstr)
End Function
Function BytesToBstr(body,Cset)
        dim objstream
        set objstream = Server.CreateObject("adodb.stream")
        objstream.Type = 1
        objstream.Mode =3
        objstream.Open
        objstream.Write body
        objstream.Position = 0
        objstream.Type = 2
        objstream.Charset = Cset
        BytesToBstr = objstream.ReadText 
        objstream.Close
        set objstream = nothing
End Function
Function GetBody(url) 
        on error resume next
        Set Retrieval = CreateObject("Microsoft.XMLHTTP") 
        With Retrieval 
        .Open "Get", url, False, "", "" 
        .Send 
        GetBody = .ResponseBody
        End With 
        Set Retrieval = Nothing 
End Function

'ASP獲取遠(yuǎn)程網(wǎng)頁指定內(nèi)容開始
Dim wstr,str,url,start,over,dtime
a="開始內(nèi)容"         'ASP獲取目標(biāo)網(wǎng)頁內(nèi)容開始標(biāo)記
b="結(jié)束內(nèi)容"         'ASP獲取網(wǎng)頁內(nèi)容結(jié)束標(biāo)記
url="http://www.studstu.com/"
        wstr=getHTTPPage(url)
        start=Newstring(wstr,a)
        over=Newstring(wstr,b)
 body=mid(wstr,start,over-start)
response.write ""&body&"" '輸出獲取到的網(wǎng)頁內(nèi)容
'ASP獲取遠(yuǎn)程網(wǎng)頁指定內(nèi)容結(jié)束
%>

廣州建網(wǎng)站、廣州做網(wǎng)站
或者將本文《asp獲取遠(yuǎn)程網(wǎng)頁的指定內(nèi)容》收藏和分享到:
復(fù)制本文《asp獲取遠(yuǎn)程網(wǎng)頁的指定內(nèi)容》地址給好友:
临安市| 温州市| 万源市| 修水县| 砚山县| 封开县| 磐安县| 寻甸| 图木舒克市| 剑阁县| 肃宁县| 金山区| 寻乌县| 凯里市| 石楼县| 巴彦淖尔市| 大悟县| 菏泽市| 九龙坡区| 皋兰县| 白银市| 扬州市| 高淳县| 香港 | 伊金霍洛旗| 土默特右旗| 孝昌县| 侯马市| 广平县| 汝城县| 新巴尔虎右旗| 八宿县| 禹州市| 潼南县| 陕西省| 阿克陶县| 栾城县| 普宁市| 临朐县| 鄱阳县| 永和县|