用DOM实现文章采集--通过jquery语法式的方法采集指定对象的文本(4)
来源:未知 责任编辑:责任编辑 发表时间:2014-04-20 03:40 点击:次
MatchCollection mc = reg.Matches(Expression);
for (int i = 0; i < mc.Count; i++)
{
if (i == 0)
{
_expre = mc[i].Value;
}
if (i == 1)
{
fun = mc[i].Value;
}
if (i == 2)
{
if (int.TryParse(mc[i].Value, out index) == false)
{
keyword = mc[i].Value;
}
}
}
List<HtmlNode> list = new List<HtmlNode>();
if (string.IsNullOrEmpty(fun) == true)
{
if (Expression.StartsWith("."))
{
return Class(_HtmlNodes, Expression).ToList();
}
else
{
return NodeType(_HtmlNodes, Expression).ToList();
}
}
else
{
相关新闻>>
最新推荐更多>>>
- 发表评论
-
- 最新评论 更多>>