例如:
<input type = "radio" name = "thename" value="1"></input> <input type = "radio" name = "thename" value="2"></input> <input type = "radio" name = "thename" value="3"></input>
我想这样做,所以他们都没有被选中.我的页面的当前状态中有一个被点击.我该怎么做呢?