<div class="right paging">
            <span><span class="pr10">1-20条(共1207条)</span><a href="#" title="上一页" class="prev no"><span></span></a><span class="bold black">1</span> <a href='/detailcmt_cn_30101261_index_2.html'>2</a> <a href='/detailcmt_cn_30101261_index_3.html'>3</a> <a href='/detailcmt_cn_30101261_index_4.html'>4</a> <a href='/detailcmt_cn_30101261_index_5.html'>5</a>...<a href="/detailcmt_cn_30101261_index_61.html" title="最后一页">61</a>,<a href="/detailcmt_cn_30101261_index_2.html" title="下一页" class="next">下一页<span></span></a></span>
          </div>使用正则表达式获取...<a href="/detailcmt_cn_30101261_index_61.html" title="最后一页">61</a>下的61.
把<href="/detailcmt_cn_30101261_index_61.html">忽略掉,不要把href="/detailcmt_cn_30101261_index_61.html作为条件也能把61过滤出来。
 Regex regx = new Regex(@"表达式", RegexOptions.IgnoreCase); //评论
 MatchCollection mc =  regx.Matches(html);呼叫高手。,把Demo写出来,小弟刚刚接触这个正则表达式不怎么晓得,谢谢