【发布时间】:2009-11-30 20:15:18
【问题描述】:
我们知道所有博客都显示他博客的 RSS 源
<link rel="alternate" type="application/rss+xml" title="MyBlog RSS Feed" href="http://feeds.feedburner.com/MyBlog" />
但是你知道任何正则表达式可以从中获取 feedurl
<link rel="alternate" type="application/rss+xml" title="MyBlog RSS Feed" href="http://feeds.feedburner.com/MyBlog" />
【问题讨论】: