keyCode转换成值

JS 的 keyCode对应的应该是 ASCII值,搜索ASCII表 可以查看

String.fromCharCode() - 从keyCode 转换为 字符

String.charCodeAt() -从字符 转换为 keyCode
原文地址:https://www.cnblogs.com/kevoin/p/6567957.html