event.keycode==13代表Enter鍵 event.keycode==32代表空白鍵 ... KEYDOWN) document.onkeydown=function(event){ ... [Return / Enter] 13
確定! 回上一頁