jquery ajax 提交到后台 乱码解决方案:
jquery ajax 提交到后台 乱码解决方案:
设置:contentType: "application/x-www-form-urlencoded; charset=utf-8",
function modifyAddress(){ var params_save = $('#addressForm').serialize(); var addressId = $("#j_addressId").val(); $.ajax({ url:'/mall/modifyAddress', type:'POST', dataType:'json', contentType: "application/x-www-form-urlencoded; charset=utf-8", data:params_save, success:function(data){ if(data.success){ location.href="/mall/getAddressList?id="+itemId+"&openId=${openId}" }else{ $("#j_address_msg").html(data.message); showModifyMsgDIV(); } } }); }
相关推荐
kentrl 2020-11-10
结束数据方法的参数,该如何定义?-- 集合为自定义实体类中的结合属性,有几个实体类,改变下标就行了。<input id="add" type="button" value="新增visitor&quo
ajaxyan 2020-11-09
zndy0 2020-11-03
学留痕 2020-09-20
Richardxx 2020-11-09
learningever 2020-09-19
chongxiaocheng 2020-08-16
ajaxhe 2020-08-16
lyqdanang 2020-08-16
curiousL 2020-08-03
TONIYH 2020-07-22
时光如瑾雨微凉 2020-07-19
83510998 2020-07-18
坚持着执着 2020-07-16
jiaguoquan00 2020-07-07
李永毅 2020-07-05
坚持着执着 2020-07-05