<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() のコードは何ですか?ラジオボタンをクリックすると、ラジオの背景が緑などの他の色に変わります。助けてください、解決策なしで何時間もオンラインで探しました。