Web中按下鼠標按鈕顏色改變放開鼠標顏色恢復的方法

方法一: 直接在html中爲元素添加onmousedown和onmouseup事件,在JavaScript中寫函數html <!DOCTYPE html> <html> <body> <button   onmousedown="mouseDown(this)" onmouseup="mouseUp(this)">button</button> <script>    function mouse
相關文章
相關標籤/搜索