<html>
<head>
<script src = "jquery-2.1.4.min.js"></script>
<script>
$(document).ready(function() {
$.getJSON('https://graph.facebook.com/zombies',function(results){
document.write(results.can_post);
});
});
</script>
</head>
</html>
此代码适用于上述网址,但是当我使用其他网址时,它不起作用。当我尝试从中获取数据时,$ .getJSON无法用于http://my-proxy-app12.appspot.com/query?id=ahBzfm15LXByb3h5LWFwcDEychULEghBcGlRdWVyeRiAgICAvKGCCgw&format=json。有什么建议吗?