這篇文章主要介紹了XMLHTTP如何獲取web訪問頭信息和網(wǎng)頁,具有一定借鑒價值,需要的朋友可以參考下。希望大家閱讀完這篇文章后大有收獲。下面讓小編帶著大家一起了解一下。
創(chuàng)新互聯(lián)建站主營沙市網(wǎng)站建設(shè)的網(wǎng)絡(luò)公司,主營網(wǎng)站建設(shè)方案,App定制開發(fā),沙市h5小程序開發(fā)搭建,沙市網(wǎng)站營銷推廣歡迎沙市等地區(qū)企業(yè)咨詢XMLHTTP獲取web訪問頭信息和網(wǎng)頁的示例代碼分析
<% 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 url=request.form("url") if trim(url)<>"" then set xml = Server.CreateObject("MSXML2.XMLHTTP.5.0") xml.open "GET",url, False xml.send bo = BytesToBstr(xml.ResponseBody,"UTF-8") header = xml.GetAllResponseHeaders set xml = nothing end if %> <html> <head> <title>XMLHTTP測試</title> <meta http-equiv="Content-Type" content="text/html;charset=gb2312"> </head> <body bgcolor="#D4D0C8" topmargin="20" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0"> <div align="center"> <table border="1" width="770px" cellspacing="0" cellpadding="0" bordercolorlight="#808080" bordercolordark="#FFFFFF" height="356"> <tr> <form method="post"> <td align="center" height="50"> <input type="text" name="url" style="width:700;height:20" value="<%=url%>"> <input type="submit" value="查看"> </td> </form> </tr> <tr> <td align="center" height="124"> <textarea id="Textarea2" name="Textarea2" rows="7" cols="105"><%=header%></textarea></td> </tr> <tr> <td height="230" align="center"> <textarea id="Textarea1" name="Textarea1" rows="14" cols="105"><%=bo%></textarea></td> </tr> </table> </div> </body> </html>
感謝你能夠認(rèn)真閱讀完這篇文章,希望小編分享XMLHTTP如何獲取web訪問頭信息和網(wǎng)頁內(nèi)容對大家有幫助,同時也希望大家多多支持創(chuàng)新互聯(lián),關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,遇到問題就找創(chuàng)新互聯(lián),詳細(xì)的解決方法等著你來學(xué)習(xí)!
新聞名稱:XMLHTTP如何獲取web訪問頭信息和網(wǎng)頁-創(chuàng)新互聯(lián)
本文網(wǎng)址:http://muchs.cn/article14/phjde.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供動態(tài)網(wǎng)站、微信公眾號、網(wǎng)站內(nèi)鏈、網(wǎng)站導(dǎo)航、定制開發(fā)、移動網(wǎng)站建設(shè)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容