文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>获取其他网站网页中的内容

获取其他网站网页中的内容

时间:2011-03-19  来源:坏黑豹

 string url = "http://www.baidu.com";
        WebRequest CmcnUrl = WebRequest.Create(url);
        CmcnUrl.UseDefaultCredentials = false;
        WebResponse WebRe = CmcnUrl.GetResponse();
        Stream strCmcn = WebRe.GetResponseStream();
        StreamReader stRCmcnHtml = new StreamReader(strCmcn, Encoding.UTF8);
        StreamWriter Sw = new StreamWriter(System.Web.HttpContext.Current.Server.MapPath("1.html"), false, Encoding.GetEncoding("UTF8")); ;
        Sw.Write(stRCmcnHtml.ReadToEnd());
        Sw.Flush();
        Sw.Close();
        Sw.Close();
        strCmcn.Close();
        WebRe.Close();
        stRCmcnHtml.Close();
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载