document.onkeydown=onkey; function onkey(){ if ((event.shiftKey)&&(event.keyCode==67)) alert("Hello World!"); } 他后面又回复说这代码在火狐下 ...
確定! 回上一頁