摘要: 原来的写法:<label><input type="radio" name="11" value="是"/><input type="radio" name="11" value="否"/></label>现在这样写就ok了<label><input type="radio" name="11" value="是"/></label> 阅读全文
posted @ 2012-08-08 16:59 lives0815 阅读(597) 评论(0) 推荐(0)