gpt4 book ai didi

javascript - 如何使用 Javascript 获取

转载 作者:行者123 更新时间:2023-11-30 11:09:06 24 4
gpt4 key购买 nike

<分区>

我的 HTML 页面中有一些复选框。而且每个组件都有属性。如果复选框被选中,我需要获取值。

以下是我的HTML代码

<div class="col-6 col-12-small">
<h4>Document Submited</h4>
<input type="checkbox" id="idcopy" name="checkbox">
<label for="idcopy">NIC Copy</label>
<input type="checkbox" id="birthcertificate" name="checkbox">
<label for="birthcertificate">Birth Certificate</label>
<input type="checkbox" id="nomineeNic" name="checkbox">
<label for="nomineeNic">Nominee NIC copy</label>
<input type="checkbox" id="agreement" name="checkbox">
<label for="agreement">Agreement</label>
</div>

我已经尝试使用 document.getElementById(idcopy).text() 获取文本

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com