时间:2024-10-12 07:26:12
1、<radio>元素使用的语法:<input name="Fruit" type="radio" value="" />使用HTML的input标签,name为自定义,type类型为“radio”的表单。