我想使用$ .getJSON函数从博客供稿link获取数据,我使用此代码获取版本但不起作用。
<script type="text/javascript">
//<![CDATA[[
$(document).ready(function(){
$.getJSON('http://test-khamsat-support-gig.blogspot.com/feeds/posts/default/-/Break?max-results=10&orderby=published&alt=json-in-script&callback=lp',function(data){
alert(data.responseText.version);
});
});
//]]>
</script>