单选的那个怎么显示在前面
<label for="male"> <input type="radio" name="gender" id="male" />男</label>
把单选语句写在<label>之间就好了</label>
属性写在文字之前,单选的小圆圈就在前面了,反之在后面