我想知道json请求时如何知道url?

时间:2012-12-19 17:01:18

标签: javascript json url jsonp

HeJ小鼠,

看起来有点愚蠢但要真的想知道。例如,我想在以下网页“http://en.wikipedia.org/wiki/Tag#Identification”中获取标题“标识”下的信息,然后我可以使用脚本:

<script type="text/javascript">
$(document).ready(function() {
    var url =  "";
    $.getJSON(url + "?callback=?", null, function(wiki) {
      <!-- code -->
});
</script>

但在这种情况下,网址应该是什么?

0 个答案:

没有答案