我發送的ajax中post請求,為什么變為OPTIONS請求了,報錯403怎么解決呢? $.ajax({ async: true, type:"post", url: "xxxxxxx", contentType: 'application/json;charset=UTF-8', dataType:"json", success:function(data){ console.log(data); } })瀏覽器報錯在Network中這種錯怎么解決呢?在線等 !
我發送的ajax中post請求,為什么變為OPTIONS請求了,報錯403怎么解決呢?
慕的地6264312
2019-03-13 18:15:34