摘要: 一、jsonp jQuery jsonp: 0> 动态script 1> $.ajax({ url: "http://.......", type: 'GET', dataType: 'JSONP',//here success: function (data) { } }); 2> $.getJS 阅读全文
posted @ 2017-03-28 22:44 hexiaoco 阅读(369) 评论(0) 推荐(0)