摘要: 1.单选按钮 <input type="radio" name="xb" id="nan" checked="checked"/> <label for="nan">男</label> 注意 : 添加name属性实现单选效果 添加label标签实现选男也可以实现单选效果,前提是for属性与对应的单选 阅读全文
posted @ 2019-08-10 16:13 砥砺前行-fung 阅读(206) 评论(0) 推荐(0)