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(){}
})问题是偶现, 很困惑,希望大家能给一点思路
添加回答
举报
0/150
提交
取消