正文HTML5中的checkboxIP云V管理员/2022-12-02/1 阅读 12/02提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 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" />