关于选中label就可以直接选中input的小技巧
XML/HTML Code复制内容到剪贴板
- <input id="live" type="checkbox">
- <label for="live">直播</label>
在label给一个for,与input的id一致即可,点中文字也可以选中input的勾选
上一篇 javascript操作dom
在label给一个for,与input的id一致即可,点中文字也可以选中input的勾选