subject #2: <input type="text" name="subject2" id="sub2" class="i2" size="20" disabled> <br>
<button onclick="document.getElementById('sub2').removeAttribute('disabled')"> add subject</button>
这就是我写的,当我按下按钮时,输入字段变为白色(变得可用)一秒钟,并立即返回灰色并禁用。 我做错了什么? 谢谢