<style type="text/css">
.radiostyle {
background-color: #999;
}
</style>
<label for="a1" class="radiostyle">
<Input type = radio Name = 1 Value = 100 Onclick="changecss()" id="a1">
100 bucks</label>
函数 changecss() 的代码是什么,以便在单击单选按钮时,单选背景更改为其他颜色,例如绿色。请帮忙,我在网上找了几个小时没有解决方案。