复选框在数据库中存储
摘要:
1,从复选框直接读取选中的值 String[] ptxtt=request.getParameterValues("ptxt1"); String ptxt1=""; if(ptxtt.length>0) { for(int i=0;i<ptxtt.length;i++) { ptxt1=ptxt1 阅读全文
posted @ 2019-11-20 19:36 不愧下学 阅读(1262) 评论(1) 推荐(0)
posted @ 2019-11-20 19:36 不愧下学 阅读(1262) 评论(1) 推荐(0)