$.ajax({ url:"", dataType:"jsonp", jsonp:'callback', success(function(res){ console.log(res) }) })
轉發php