鼠標事件練習

let demo = document.querySelector(’.demo’) 鼠標右擊事件 demo.oncontextmenu = function (e) { 阻止默認事件 e.preventDefault() let menu = document.querySelector(’.menu’) 如果存在remove就把他刪除 if (menu) menu.remove() menu
相關文章
相關標籤/搜索