html4中 <input type="checkbox" checked="checked"> html5中 <input type="checkbox" checked> 只写属性写值时默认是true,如果想要将属性设置为false,可以不使用该属性