Javascript DOM事件、EventListener和DOM 元素(節點)

DOM事件: <button type="button" onclick="document.getElementById('id1').style.color='red'">點我!</button> //要始終爲 <button> 元素規定 type 屬性。不同的瀏覽器對 <button> 元素的 type 屬性使用不同的默認值。如button,submit,reset <h1 onclick=
相關文章
相關標籤/搜索