这是pen,表示当JSON
请求完成时,会出现名称“Antonio”。但是jQuery函数没有在它上面执行。请确保document.write
对我来说是必要的功能。
这是我为了得到安东尼奥而写的代码。
<script type="text/javascript">
function gallery(json) {
document.write('<span>'+json.feed.title.$t+'</span>');
}
</script>
<script src='http://www.antonio-bloggerever.blogspot.com/feeds/posts/summary/-/Creative?max-results=2&alt=json-in-script&callback=gallery'/>