error方法中得到, responseText 是 NetworkError: Failed to execute 'send' on 'XMLHttpRequest'PS: 沒有跨域, stackoverflow上有說吧async改為true, 但是依然沒有效果.配置如下:$.ajax({ url:xxxx, async: false, contentType:"application/json", data: JSON.stringify(req)
success: fun(){}, error: func(){}
})問題是偶現(xiàn), 很困惑,希望大家能給一點(diǎn)思路
ajax請(qǐng)求異常問題
臨摹微笑
2018-10-23 16:09:07