我正在尝试解析此JSON并从中提取所有数据。我不是解析它的专家,如果有人能提供帮助会很好吗?
http://jsfiddle.net/NJMyD/1044/
HTML
<div class="items">
<div class="item">
<a href="#">
<figure>
<span><img src="" /></span>
<figcaption>
<h2 class="pod-title">
<em data-title="Title of Show"></em>
</h2>
<p class="subtitle"></p>
</figcaption>
</figure>
</a>
</div>
</div>
答案 0 :(得分:0)
好的,你的代码中有很多错误的东西({1}}中的内容应该是什么?,str
和src
在JSON对象中不存在等等。 )。
以下是修改后的脚本,它返回所有url
:
object.href
PS:你必须使用JSONP数据类型进行跨域ajax查询!