JavaScript 更改屬性的指定值 ----setAttribute()方法

setAttribute()方法把指定屬性設置或更改成指定值。它一樣有兩個值,setAttribute(name,value),第一個是屬性名字,第二個是設置或更改的指定值。spa  <script> 對象 function change(){ var inp=document.getElementById("btn2");  inp.setAttribute("type","text"); }
相關文章
相關標籤/搜索