我想删除enter image description here 这个OTP Box自动使用Java脚本我该怎么做...
或如何删除
<div class="col-32">
<input name="reotp" id="reotp" size="50" maxlength="6" type="password">
</div>
这是自动的。
答案 0 :(得分:0)
不确定是否要隐藏它。如果是这样,那么这个片段将起作用
document.getElementById('reotp').style.display = "none"
如果要删除DOM,则可以使用removeChild