jquery通过#jsonp#访问数据;

$.ajax({

url: apimatchurl, 

dataType: "jsonp",

jsonp : "callback",

success: function (data) {}

})