简单点,用链接得了href

光与影的1/2
2007-03-26 13:16

2007-03-26 15:40
2007-03-26 16:26
2007-03-26 16:29
2007-03-26 16:32
2007-03-26 16:33
public void doGet(HttpServletRequest request,HttpServletResponse response) throws IOException{
String[] parms=request.getParameterValues("ids");
for(int i=0;i<parms.length;i++){
}
}
在你的servlet中这样写就可以了。
不过你在页面要过滤一下哪些被选中。

2007-03-26 17:21
是一个标签,可以转到其他的页面.page属性

2007-03-26 17:41

2007-03-26 18:54
2007-03-28 15:56