Using jQuery to get json data returns invalid label error

后端 未结 5 964
借酒劲吻你
借酒劲吻你 2020-12-17 21:44

I have this code, and have also tried something similar using the $.getJson function:

jQuery(document).ready(function(){
    var kiva_url = \"http://api.kiva         


        
5条回答
  •  醉话见心
    2020-12-17 21:55

    maybe this can help with jsonp:

    http://remysharp.com/2007/10/08/what-is-jsonp/

提交回复
热议问题