参考:http://folyred.iteye.com/blog/1554825

js:

$.ajax{
      url:"xxxx",
      traditional: true,
      data:{
        selectUsers: values
    }
}

后台:

String[] ids=request.getParameterValues("selectUsers")

 

相关文章:

  • 2022-12-23
  • 2021-11-24
  • 2021-09-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-31
猜你喜欢
  • 2022-12-23
  • 2021-11-24
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
相关资源
相似解决方案