HTML5中的checkbox
时间:2014-12-27 23:12:17
收藏:0
阅读:587
HTML5中的checkbox
1、选中checkbox
(1)<input type="checkbox" checked/>
(2)<input type="checkbox" checked="checked"/>
(3)<input type="checkbox" checked=""/>
2、不选中checkbox
(1)<input type="checkbox" />
原文:http://blog.csdn.net/you23hai45/article/details/42198967
评论(0)