编辑文本后点击显示结果
www.WoYouXian.net 我有闲 IT 教程
<html> <body> <form> 男性: <input type="radio" checked="checked" name="Sex" value="male"> <br> 女性: <input type="radio" name="Sex" value="female"> </form> <p>当用户点击一个单选按钮时,该按钮会变为选中状态,其他所有按钮会变为非选中状态。</p> </body> </html>
© 2007-2008 woyouxian.net 版权所有
Contact Us