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

首頁(yè) > 編程 > .NET > 正文

使用net classes訪問(wèn)其他網(wǎng)站內(nèi)容

2024-07-21 02:16:57
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
<script language="vb" runat="server">
sub page_load(src as object, e as eventargs)
    try
        dim objresponse as system.net.webresponse
        dim objrequest as system.net.webrequest
        dim theurlresult as string
        dim theurl as string = "http://www.funinspace.com"
        objrequest = system.net.httpwebrequest.create(theurl)
        objresponse = objrequest.getresponse()
        dim sr as new system.io.streamreader(objresponse.getresponsestream())
        theurlresult=server.htmlencode(sr.readtoend())
        page.controls.add(new literalcontrol(theurlresult))
    catch ex as exception
        page.controls.add(new literalcontrol(ex.message))
    end try
end sub
</script>
<html><head>
<title>scraping a website</title>
</head>
<body bgcolor="#ffffff">
<h3><font face="verdana">scraped data</font></h3>

</body></html>

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 秭归县| 句容市| 新乡市| 伊川县| 大新县| 永康市| 景德镇市| 盘山县| 新龙县| 威远县| 林口县| 邓州市| 津市市| 钦州市| 四会市| 岐山县| 丽江市| 基隆市| 大兴区| 普兰县| 西安市| 云梦县| 镇康县| 富川| 赣州市| 阳泉市| 祁东县| 仁布县| 巧家县| 湘阴县| 绥宁县| 洮南市| 克东县| 英吉沙县| 东乌珠穆沁旗| 苏尼特右旗| 平湖市| 西昌市| 肥乡县| 五大连池市| 彰化县|