var someElement= document.getElementById("myElement"); someElement.className += " newclass";//add "newclass" to element (space in front is important)
確定! 回上一頁