That's because keyCode and charCode are different. String.fromCharCode assumes that the input is unicode (so A is 65), and for the letter and number keys, ...
確定! 回上一頁