
html编程题
<input type="password" name="confimPwd"/>
<input type="radio" name="thing" checked="checked">Site desing
<input type="radio" name="links">Links
<input type="radio" name="links">Easy to use
<input type="checkbox" name="Links from enother" checked="checked">Links from enother
<input type="checkbox" name="site" checked="checked">site
<input type="checkbox" name="friends" checked="checked">friends
(还有一个多选框看不清楚,没写出来,自己加上吧)
String name=request.getParamters("name").toString();
String thing =request.getParamters("thing").toString();