选中单选按钮时如何添加每个不同的类?
这是我的 html 代码?请帮帮我
<fieldset class="default (Want to add Class here)">
<input type="radio" id="a1" >
<label for="a1">style1</label>
<input type="radio" id="a2" >
<label for="a2">style2</label>
<input type="radio" id="a3" >
<label for="a3">style3</label>
</fieldset>