event.shiftKey 回傳shift 鍵是否被按下,按下回傳true ,沒有按下回傳false 。 舉例如下 function run(event) { var s1 = document.getElementById("show1"); var s2 ...
確定! 回上一頁