用谷歌api feed获取缩略图

时间:2014-04-04 11:27:19

标签: javascript html json xml

我已编写此代码以使用google feed api解析rss阅读器:

var thefeeds=result.feed.entries
var theDiv = document.getElementById("title1");
theDiv.innerHTML +=  thefeeds[0].title;
var theDiv = document.getElementById("lunch_1")
theDiv.innerHTML +=  thefeeds[0].content;

在这个我有结果但是当我输入代码来获取媒体组时,没有显示结果,这是错误的吗?

thefeeds[0].mediaGroup.contents.thumbnail[0].url;

0 个答案:

没有答案