Home > Database > Mysql Tutorial > mysql-什么类型用来获取表单复选框的值

mysql-什么类型用来获取表单复选框的值

WBOY
Release: 2016-06-06 09:39:00
Original
1494 people have browsed it

mysqlj2eecheckbox表单ssh

在mysql中设置的字段类型为set
jsp页面上对应的是复选框checkbox,在持久化对象里相应的属性应该用什么呢?
private String xx?
private List xx?
还是什么??上面这两个我都试了..第一个只能获取一个值,第二个报错。。。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template