【发布时间】:2011-04-28 23:17:10
【问题描述】:
这是基本代码
<ul>
<li>
<input type="radio" name="r" value="a" id="a" checked="checked" />
<label for="a">A</label>
</li>
<li>
<input type="radio" name="r" value="b" id="b" />
<label for="b">B</label>
</li>
</ul>
所以我需要让它工作:
1 点击
2 单击
中的其他“选中”和“选中”你能帮帮我吗!
【问题讨论】: