【发布时间】:2012-05-13 19:11:15
【问题描述】:
我无法从这个 JSON URL 中获取变量:
{
"meta":{
"status":200,
"msg":"OK"
},
"response":{
"blog":{
"title":"GideonPARANOID",
"posts":5018,
"name":"gideonparanoid",
"url":"http:\/\/gideonparanoid.tumblr.com\/",
"updated":1336919325,
"description":"I study computer science at Aberystwyth, though I call Manchester home. I'm vegetarian, & take an interest in photography, gaming & cycling.",
"ask":true,
"ask_anon":true
}
}
}
我已经成功使用了第一个答案here 中给出的a modified version of the JavaScript。我对 JSON 相当不熟悉,所以我不确定如何正确应用它 - 我已经用 Google 搜索了两个小时,但无济于事。
My latest attempt 仍然没有提供任何东西。
我正在使用来自 Tumblr 的 API 的示例 API 密钥,给定 here。
任何帮助将不胜感激,谢谢。
【问题讨论】:
标签: javascript json tumblr