如下:

jsp页面代码:

var groupsName="全体技能组";     

 window.location.href = encodeURI("<%=path%>/CustomersServletmethod=service_95518_telephone&provinceCode="+provinceCode+"&cityCode="+cityCode+"&startdate="+startdate+"&enddate="+enddate+"&groupsName="+groupsName+"&type="+type);

后台代码:

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

if(groupsName!=null&&!groupsName.equals("")){

String loc=new String(groupsName.getBytes("iso-8859-1"),"utf-8");

groupsName = loc;

System.out.println(groupsName);

}

相关文章:

  • 2021-10-21
  • 2021-05-21
  • 2021-05-20
  • 2021-10-14
  • 2021-11-23
  • 2021-09-12
  • 2021-05-08
  • 2021-06-17
猜你喜欢
  • 2021-06-01
  • 2021-11-30
  • 2021-10-28
  • 2021-11-23
  • 2022-01-18
  • 2021-10-06
  • 2021-09-28
  • 2021-04-04
相关资源
相似解决方案