如何将 Javascript 代码插入第二个输入?
<input type="checkbox" onchange="document.getElementById('pass').type = this.checked ? 'text' : 'password'"> Show password
原始代码:
document.getElementById('pass').type
好吧,工作,但是..
document.getElementById('pass' 'pass2').type
第二个“ pass2 ”如何添加?
对不起英语不好