会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
聖潔
Good Good Study,Day Day Up。
博客园
首页
新随笔
联系
订阅
管理
2019年4月18日
C#获取页面上的Html
摘要: 1 //根据Url地址得到网页的html源码 2 public static string GetWebContent(string Url) 3 { 4 string strResult = ""; 5 try 6 { 7 HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url); ...
阅读全文
posted @ 2019-04-18 13:28 聖潔
阅读(3506)
评论(0)
推荐(0)
编辑
公告