Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我建立了一个游戏,我使用箭头键移动和空格键射击,每次我按下向下键或空格键时它都会强制它向下到网页底部有没有办法修改 CSS 到让它专注于游戏 div 标签而不是滚动???
您未能取消活动。如果它是一个内联事件,就return false;在它的末尾。如果用 完成addEventListener,请调用Event.preventDefault()and return false;。
return false;
addEventListener
Event.preventDefault()