用户操作
[留言]  [发消息]  [加为好友] 
订阅我的博客
XML聚合    FeedSky
订阅到鲜果
订阅到Google
订阅到抓虾
fanenmin的公告
中国万网代理商(id:20267350) 专业域名注册、虚拟主机、主机托管、企业邮箱、网站建设、排名推广、企业短信、在线支付平台等服务价格低廉。 QQ:116726994 MSN:fanenmin@hotmail.com mail:fanenmin@163.com <script type="text/javascript"><!-- google_ad_client = "pub-2670824495915230"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text_image"; //2007-01-23: 20070124 google_ad_channel = "3904934419"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <script type="text/JavaScript"> alimama_pid="mm_10993607_1363713_3099125"; alimama_titlecolor="0000FF"; alimama_descolor ="000000"; alimama_bgcolor="FFFFFF"; alimama_bordercolor="E6E6E6"; alimama_linkcolor="008000"; alimama_bottomcolor="FFFFFF"; alimama_anglesize="0"; alimama_bgpic="0"; alimama_icon="0"; alimama_sizecode="23"; alimama_width=160; alimama_height=600; alimama_type=2; </script> <script src="http://a.alimama.cn/inf.js" type=text/javascript> </script> <script type="text/JavaScript"> alimama_pid="mm_10993607_1363713_3099240"; alimama_titlecolor="0000FF"; alimama_descolor ="000000"; alimama_bgcolor="FFFFFF"; alimama_bordercolor="E6E6E6"; alimama_linkcolor="008000"; alimama_bottomcolor="FFFFFF"; alimama_anglesize="0"; alimama_bgpic="0"; alimama_icon="0"; alimama_sizecode="22"; alimama_width=120; alimama_height=240; alimama_type=2; </script> <script src="http://a.alimama.cn/inf.js" type=text/javascript> </script>
文章分类
安家置业
新浪房产_新浪网
存档

原创  从URL下载数据到本地文件 收藏

http://localhost:3148/test2/Default7.aspx

设置
高级

 请输入URL:
已经下载,请自行检查c:\www.baidu.com.html

code:

<%@ Import Namespace="System.net" %>
<%@ Import NameSpace="System.IO" %>
<script language ="vb" runat="server">
    Sub Enter_click(ByVal sender As Object, ByVal e As EventArgs)
        Dim wc As New WebClient()
        Dim filePath As String
        filePath = "c:\" & Path.GetFileName(txtURL.Text) & ".html"
        wc.DownloadFile(txtURL.Text, filePath)
        message.text = "已经下载,请自行检查" & filePath
    End Sub
</script>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>无标题页</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    请输入URL:
    <br />
   <asp:TextBox ID="txtURL" runat="server"></asp:TextBox>
   <asp:Button ID ="enter" Text ="确定" OnClick="enter_click" runat="server" />
   <p></p><asp:label ID="message" runat="server"/>
       </div>
    </form>
</body>
</html>

发表于 @ 2009年03月01日 14:07:00 | 评论( loading... ) | 编辑| 举报| 收藏

旧一篇:从URL下载数据到本地文件 | 新一篇:从新浪首页获取重要新闻

  • 发表评论
  • 评论内容:
  •  
Copyright © fanenmin
Powered by CSDN Blog