HTML
element.setAttribute(string name, string value) string name 名稱和值的新屬性。 string value 屬性設定為指定的值。 example : div1.setAttribute("align", "center") div1.setAttribute("id", "div2") input.setAttribute("type", "button") img.setAttribute("src", "yy.jpg") 相關 : getAttribute() hasAttribute() removeAttribute()