string   a=request.getParameter("参数名");  
  byte[]   b=a.getBytes("ISO-8859-1");  
  a=new   String(b);


需要转化一下啦!

相关文章:

  • 2021-12-08
  • 2021-06-17
  • 2019-11-22
  • 2021-11-28
  • 2021-09-04
  • 2021-12-08
  • 2021-11-28
  • 2021-10-14
猜你喜欢
  • 2021-11-28
  • 2021-12-08
  • 2021-12-04
  • 2021-12-08
  • 2021-11-23
  • 2021-10-21
  • 2021-11-23
  • 2021-11-28
相关资源
相似解决方案