var key = event.key || event.keyCode;. This code initializes key from event.key if that property has a value that is not undefined.
確定! 回上一頁