0
爲什麼下面的代碼顯示「獲得了結果爲空」alertbox?而請求似乎是發送適當的json。無法從jQuery獲取twitter狀態更新
$(function(){
$.getJSON('http://api.twitter.com/1/statuses/user_timeline.json?screen_name=twitterusername', function(data) {
alert('got the result '+data);
});
});
是否跨域安全意味着我將無法在博客中使用上述小部件中的博客? – 2010-06-12 10:48:29
@Bunny:你應該可以使用它。我也擴大了我的答案。 – Matt 2010-06-12 10:57:04