Ajax解决跨域请求 jsonp

$.ajax({
type: 'Get',
url: 'http://tour.57us.cn/tour/dojson/',
dataType: "jsonp",
});

原文地址:https://www.cnblogs.com/xie-xiao-chao/p/8079472.html