加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ajax传中文参数到后台乱码问题

发布时间:2020-12-16 00:38:53 所属栏目:百科 来源:网络整理
导读:方法可能有好几种,自己mark一下自己用的 前台 window.location='/BillProductPreview.do?actiontype=AJAXOPENWORDFUNDfile='+encodeURI(encodeURI(v_file)); 后台 String filepath=(String) request.getParameter("file"); filepath = URLDecoder.decode(fi

方法可能有好几种,自己mark一下自己用的

前台

window.location='/BillProductPreview.do?actiontype=AJAXOPENWORDFUND&file='+encodeURI(encodeURI(v_file));

后台

String filepath=(String) request.getParameter("file"); filepath = URLDecoder.decode(filepath,"UTF-8");

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读