有一种开头是
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
另一种是
<feed xmlns="http://www.w3.org/2005/Atom">
上网上查 RSS 规范是第一种,第二种 feed 标签开头的我怎么查不到呢,这是什么格式。
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:wfw="http://wellformedweb.org/CommentAPI/">
另一种是
<feed xmlns="http://www.w3.org/2005/Atom">
上网上查 RSS 规范是第一种,第二种 feed 标签开头的我怎么查不到呢,这是什么格式。