String[] x = {"a","b","c"}; session.setAttribute("x",x); String[] xx = (String [])session.getAttribute("x");




%>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2022-12-23
  • 2021-12-02
猜你喜欢
  • 2021-11-15
  • 2022-12-23
  • 2021-06-07
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案