我在来自服务器的 HTML 中有类似的东西:
<html ...>
<head ...>
....
<link href="http://mydomain.com/Digital_Cameras--~all" rel="canonical" />
<link href="http://mydomain.com/Digital_Cameras--~all/sec_~product_list/sb_~1/pp_~2" rel="next" />
...
</head>
<body>
...
</body>
</html>
如果 b 保存导航到我需要浏览的页面的浏览器对象,我可以找到rel="canonical"
withb.html.include?
语句,但我如何检索找到该子字符串的整行?我还需要下一个(不是空的)。