摘要:
String[] x = {"a","b","c"}; session.setAttribute("x",x); String[] xx = (String [])session.getAttribute("x"); If you store an array in a Session object, you should not attempt to alter the... 阅读全文
posted @ 2006-07-03 12:31
Nina
阅读(415)
评论(0)
推荐(0)