标签:input for NPU submit 提交 标签 ice label 属性
通过input标签 ID属性进行传值给
label标签 for属性 进行绑定
<p>
<input type="checkbox" checked="checked" id="service">
<label for="service">统一服务条款</label>
</p>
<p>
<input type="submit" value="确认提交">
</p>
标签:input for NPU submit 提交 标签 ice label 属性
原文地址:https://www.cnblogs.com/liyunchuan/p/11601068.html