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.
使用 JavaScript,如何区分 IE 和 Firefox 中的鼠标左键单击和右键单击?我需要在这两个浏览器之间做任何不同的事情吗?
分别使用onclick和oncontextmenu事件进行左键单击和右键单击。
onclick
oncontextmenu