第一种方法:

String XSXM = new String(request.getParameter("name").getBytes("ISO-8859-1"),"UTF-8");

第二种方法:

window.showModalDialog('inputAppByTopten.action?jgid='+jgid+'&xn='+xn+'&xm='+encodeURI(encodeURI(xm)),window,'dialogWidth:1024px;dialogHeight:768px');

String xm = request.getParameter("xm");

xm = URLDecoder.decode(xm,"UTF-8");

相关文章:

  • 2021-12-11
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-07-16
  • 2021-07-09
猜你喜欢
  • 2021-05-25
  • 2022-01-09
  • 2022-01-15
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
相关资源
相似解决方案