首页 > 代码库 > 点击文字使RadioButton被选中

点击文字使RadioButton被选中

<html>
<head>
<title>标题页</title>
</head>
<body>
<br>
<input type="radio" name="myLike" value="http://www.mamicode.com/Like1" id="Like1"><label for="Like1"> 体育运动:NBA</label> <br>
<input type="radio" name="myLike" value="http://www.mamicode.com/Like2" id="Like2"><label for="Like2"> 休闲运动:Golf</label>
</body>
</html>