87,992
社区成员
发帖
与我相关
我的任务
分享<html>
<head>
<title>test checkbox</title>
</head>
<body>
<form action="xxxxx" >
<input type="checkbox" value="爱好1"/>爱好1<br/>
<input type="checkbox" value="爱好2"/>爱好2<br/>
<input type="checkbox" value="爱好3"/>爱好3<br/>
<input type="checkbox" value="爱好4"/>爱好4<br/>
<input type="submit" value="OK"/>
</form>
</doby>
</html>