XPath , 有没有有没有停止条件?
比如 <a> <a> <a> <div id="stop"> <a> <a>
从头抓所有 a 标签 , //a
直到遇到 div[@id='stop']
时停止
这个 div 后面的 a 标签全部忽略