Example 1: javascript change attribute var element = document.getElementById("elemId"); element.setAttribute("attributeName", "value"); Example 2: ...
確定! 回上一頁