用DOM实现文章采集--采集到网页源码(15)
来源:未知 责任编辑:责任编辑 发表时间:2014-04-20 03:40 点击:次
get
{
return this._code;
}
set
{
this._code = value;
}
}
/// <summary>
/// 信息
/// </summary>
public string HTML
{
get
{
return this._html;
}
set
{
this._html = value;
}
}
/// <summary>
/// 远程资源
/// </summary>
public byte[] Bytes
{
get
{
return this._bytes;
}
set
{
this._bytes = value;
}
}
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>