created() {
let _this = this;
document.onkeydown=function(e){
if (window.event.keyCode == '27') {
console.log("触发了监听")}}
},
destroyed() {
document.onkeydown = ''
},
created() {
let _this = this;
document.onkeydown=function(e){
if (window.event.keyCode == '27') {
console.log("触发了监听")}}
},
destroyed() {
document.onkeydown = ''
},
本文标题:全局键盘监听事件及销毁
本文链接:https://www.haomeiwen.com/subject/sndnbrtx.html
网友评论