表单选择器的小结

原创 2018-11-14 19:34:51 212
摘要:1、所有激活的ipout元素 enabled 2、所有禁用的input元素 disabled3、所有被选中的input元素,针对select元素  selected4、所有被选取的input元素  checked<select><option>AA</option><option selected>BB</opti
1、所有激活的ipout元素 enabled 
2、所有禁用的input元素 disabled
3、所有被选中的input元素,针对select元素  selected
4、所有被选取的input元素  checked
<select>
<option>AA</option>
<option selected>BB</option>
<option>CC</option>
</select>


批改老师:韦小宝批改时间:2018-11-15 09:11:10
老师总结:代码的完整性不够!下次记得写完整并且缺少总结!!下次记得把这两点都补充完整!!!

发布手记

热门词条