jQuery $.post fails in Chrome with data not empty. NETWORK_ERR: XMLHttpRequest Exception 101

前端 未结 0 1151
执念已碎
执念已碎 2021-01-24 12:53

Here is the code:

$.ajaxSetup({async:false});
$.post(\'/save/\', {a : \'1\'}, function(res){
        $(\'#random\').html(res);
    }, \'text\'
).error(function(j         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题