<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 豆瓣API测试</title>
	<atom:link href="http://blog.fesite.com/2008/01/11/douban-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fesite.com/2008/01/11/douban-api/</link>
	<description>致力于WEB技术研究的IT博客</description>
	<pubDate>Fri, 05 Sep 2008 10:02:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: 巫山霏云</title>
		<link>http://blog.fesite.com/2008/01/11/douban-api/#comment-402</link>
		<dc:creator>巫山霏云</dc:creator>
		<pubDate>Tue, 04 Mar 2008 01:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fesite.com/2008/01/11/douban-api/#comment-402</guid>
		<description>@yoyo
我也是有些把单引号给忘记的说
昨天回去的时候想的是直接是否可以用$item[”title”]['$t'],今天测试也是可以的
sigh~~能够不用{}也不错,毕竟{}不是那么好看
但是如果使用对象的话貌似就只能使用{}了
目前在学着用json处理,有些东西还没搞懂</description>
		<content:encoded><![CDATA[<p>@yoyo<br />
我也是有些把单引号给忘记的说<br />
昨天回去的时候想的是直接是否可以用$item[”title”]['$t'],今天测试也是可以的<br />
sigh~~能够不用{}也不错,毕竟{}不是那么好看<br />
但是如果使用对象的话貌似就只能使用{}了<br />
目前在学着用json处理,有些东西还没搞懂</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yoyo</title>
		<link>http://blog.fesite.com/2008/01/11/douban-api/#comment-401</link>
		<dc:creator>yoyo</dc:creator>
		<pubDate>Mon, 03 Mar 2008 16:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fesite.com/2008/01/11/douban-api/#comment-401</guid>
		<description>@巫山霏云：很好，我一下子把单引号给忘记了，呵呵。你的方法在理解上应该说更好一些。</description>
		<content:encoded><![CDATA[<p>@巫山霏云：很好，我一下子把单引号给忘记了，呵呵。你的方法在理解上应该说更好一些。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 巫山霏云</title>
		<link>http://blog.fesite.com/2008/01/11/douban-api/#comment-399</link>
		<dc:creator>巫山霏云</dc:creator>
		<pubDate>Mon, 03 Mar 2008 14:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fesite.com/2008/01/11/douban-api/#comment-399</guid>
		<description>呵呵,我喜欢面向对象
不过php里面还有另外一种变通的方法如$json-&#62;title-&#62;{'$t'}
所以你的就可以改成

foreach ($array["entry"] as $item){
    echo '&lt;a&gt;'.$item["title"]{'$t'}.'&lt;/a&gt;';
}

看起来也还好:)</description>
		<content:encoded><![CDATA[<p>呵呵,我喜欢面向对象<br />
不过php里面还有另外一种变通的方法如$json-&gt;title-&gt;{&#8217;$t&#8217;}<br />
所以你的就可以改成</p>
<p>foreach ($array["entry"] as $item){<br />
    echo &#8216;<a>&#8216;.$item["title"]{&#8217;$t&#8217;}.&#8217;</a>&#8216;;<br />
}</p>
<p>看起来也还好:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 电影</title>
		<link>http://blog.fesite.com/2008/01/11/douban-api/#comment-384</link>
		<dc:creator>电影</dc:creator>
		<pubDate>Tue, 19 Feb 2008 08:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fesite.com/2008/01/11/douban-api/#comment-384</guid>
		<description>写的很好哦！
可以到乐偶网  http://www.leall.com 发表一下，让更多人知道。</description>
		<content:encoded><![CDATA[<p>写的很好哦！<br />
可以到乐偶网  <a href="http://www.leall.com" rel="nofollow">http://www.leall.com</a> 发表一下，让更多人知道。</p>
]]></content:encoded>
	</item>
</channel>
</rss>
