这是我的 HTML 文件:
<html>
<head>
<link href='http://wendyandgabe.blogspot.com/favicon.ico' rel='icon' type='image/x-icon'/>
<link href='http://wendyandgabe.blogspot.com/' rel='canonical'/>
<link rel="alternate" type="application/atom+xml" title="O' Happy Day! - Atom" href="http://wendyandgabe.blogspot.com/feeds/posts/default" />
<link rel="alternate" type="application/rss+xml" title="O' Happy Day! - RSS" href="http://wendyandgabe.blogspot.com/feeds/posts/default?alt=rss" />
<link rel="service.post" type="application/atom+xml" title="O' Happy Day! - Atom" href="http://www.blogger.com/feeds/5390468261501503598/posts/default" />
</head>
<body>
</body>
</html>
我想type="application/rss+xml"
从上面的 html 文件中提取 href where 的 url。这怎么可能?任何人都可以显示一些示例代码吗?