我需要使用以下结构访问 javascript 中的 json 对象:
jsonp1354291250080({
"query":{"count":"1","created":"2012","lang":"en"},
"results":["this is a test"]
});
我从在线服务接收这个对象,我无法控制它的结构并且使用data.query
不起作用。
请如果有人知道如何访问它。
更新:我正在使用 James Padolsey https://github.com/padolsey/jQuery-Plugins/tree/master/cross-domain-ajax/的 jquery.xdomainajax.js 并使用 jQuery 的 $.get() 函数来做跨域请求