1. 程式人生 > >servlet獲取checkbox的值出現選中的值為on。問題所在。。。

servlet獲取checkbox的值出現選中的值為on。問題所在。。。

pass input bsp 是否 method 運動 ext lin 密碼

<form action="/Http/request06" method="post">

用戶名:<input type="text" name="username"/>
密碼:<input type="text" name="password"/>
愛好: 運動:<input type="checkbox" name="hobby" value="1">
java: <input type="checkbox" name="hobby" value="2">
linux:<input type="checkbox" name="hobby" value="3">
<br/>
<input type="submit" values="提交">
</form>

查看value值是否寫錯,我的就是寫成values了

servlet獲取checkbox的值出現選中的值為on。問題所在。。。