JS 的 keyCode对应的应该是 ASCII值,搜索ASCII表 可以查看String.fromCharCode() - 从keyCode 转换为 字符String.charCodeAt() -从字符 转换为 keyCode