<form>
<lable for="footing">慢跑</lable>
<input type="checkbox" name="sports" id="footing" />
<br/>
<lable for="hike">登山</lable>
<input type="checkbox" name="sports" id="hike" />
<br/>
<lable for="basketball">篮球</lable>
<input type="checkbox" name="sports" id="basketball">
</form>
这位大哥,要不你把lable改成label试试?
太可爱了~!头像还是谢耳朵,楼上的头像是Bazinga, Boo!
lable->label
label拼错了,不过页面显示没有问题
从你这儿发现了我的错误
兄弟 你写错标签了
应该是<label> 不是 lable
因为你label打错了
你写成 lable,应该是 label 。
你说的触发是什么意思?