分布式系统框架(V2.0) 轻松承载百亿数据,千万流量!讨论专区 - 源码下载 - 官方教程
HttpHelper爬虫框架(V2.7-含.netcore) HttpHelper官方出品,爬虫框架讨论区 - 源码下载 - 在线测试和代码生成
HttpHelper爬虫类(V2.0) 开源的爬虫类,支持多种模式和属性 源码 - 代码生成器 - 讨论区 - 教程- 例子
5768| 2
|
[HttpHelper] 获取不了网页的源代码 |
8金钱
最佳答案[mw_shl_code=csharp,true] private void Form1_Load(object sender, EventArgs e)
{
HttpHelper http = new HttpHelper();
HttpItem item = new HttpItem()
{
URL = "http://www.ayhbj.gov.cn/tabid/337/Default.aspx",
Accept = "ext/html, application/xhtml+xml, */*",
};
HttpResult result = http.Get ...
| ||
发表于 2015-5-4 10:50:05
|
显示全部楼层
| ||
发表于 2015-5-4 11:17:33
|
显示全部楼层
| ||