window.location.href=encodeURI("<%=path%>/XXX.XXX?name=中文");
然后在后台通过new String(request.getParameter("name").getBytes("ISO-8859-1"),"UTF-8")解码

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
猜你喜欢
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-10-11
相关资源
相似解决方案