2000万优秀解决方案库,覆盖所有编程及软件开发类,极速查询
今日已更新 362 篇代码解决方案
2024-10-14 08:18:02 219人阅读
跳舞 唱歌 阅读 睡觉
<form><input id="1" type="checkbox" name="hobbies" value="http://www.mamicode.com/dance" /><label for="1">跳舞</label>
<input id="2" type="checkbox" name="hobbies" value="http://www.mamicode.com/sing" /><label for="2">唱歌</label>
<input id="3" type="checkbox" name="hobbies" value="http://www.mamicode.com/read" /><label for="3">阅读</label>
<input id="4" type="checkbox" name="hobbies" value="http://www.mamicode.com/sleep" /><label for="4">睡觉</label></form>
checkbox中把选项文字与小圆圈关联上
https://www.u72.net/daima/nrw15.html
联系 我们
回到 顶部