是否可能在不泄漏全局变量的情况下使用HTML5表单标签?

7
1个回答

10

使用另一种方式:

<form>
    <label>Male <input type="radio"></label>    
    <label>Female <input type="radio"></label>    
</form>

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接