KeyboardEvent charCode 属性
描述
当键盘事件发生时,charCode
属性返回字符代码。
charCode
属性是只读的。
另请参见
语法
event.charCode
技术细节
返回值 | 数字 字符代码 |
---|---|
DOM 版本 | DOM Level 2 键盘事件。 |
当键盘事件发生时,charCode
属性返回字符代码。
charCode
属性是只读的。
event.charCode
返回值 | 数字 字符代码 |
---|---|
DOM 版本 | DOM Level 2 键盘事件。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]