近期在項目中遇到這樣一問題,關於jsonp跨域問題,get傳值是可以的,但post傳值死活不行啊,於是網上看了一大堆關於這方面的資料,最終問題得以解決,今天抽空與大家分享下。

上代碼,上圖!   $.ajax({             url: "your url which return json",             type: "POST",             crossDomain: true,             data: data,             dataType: "json",             success:fun
相關文章
相關標籤/搜索