Unlike the keypress event, the keydown event is fired for all keys, ... 沒有幫Enter 設定charCode,所以要額外判斷keyCode 是不是13。
確定! 回上一頁