Don't use keypress, it's deprecated. Don't use 'keyCode', 'which', 'char' which are all deprecated. Do use 'key'. Another issue I run into is forms that ...
確定! 回上一頁