Commit 9e82256c authored by yihua.huang's avatar yihua.huang

update docs

parent 0a902b44
......@@ -14,8 +14,8 @@ import java.util.List;
* 主要方法:
* {@link #getUrl()} 获取页面的Url
* {@link #getHtml()} 获取页面的html内容
* {@link #putField(String, us.codecraft.webmagic.selector.Selectable)} 保存抽取的结果
* {@link #getFields()} 获取抽取的结果,在 {@link us.codecraft.webmagic.pipeline.Pipeline} 中调用
* {@link #putField(String, Object)} 保存抽取的结果
* {@link #getResultItems()} 获取抽取的结果,在 {@link us.codecraft.webmagic.pipeline.Pipeline} 中调用
* {@link #addTargetRequests(java.util.List)} {@link #addTargetRequest(String)} 添加待抓取的链接
*
* </pre>
......
......@@ -3,6 +3,7 @@ package us.codecraft.webmagic;
import java.util.Collection;
/**
* 实现此接口以进行支持爬虫分页抓取。<br>
* @author code4crafter@gmail.com <br>
* Date: 13-8-4 <br>
* Time: 下午5:18 <br>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment