首页 > 代码库 > [jQuery]$.get跨域提交不发送原因

[jQuery]$.get跨域提交不发送原因

使用

$.ajax({  url: "http://pastebin.com/embed_js.php?i=sy9gt3FR",  dataType: "jsonp",  success: function (data) {     // ...  }});