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.
window.event.srcElement在 Windows 8 和 IE10 中要处理的解决方法是什么?
window.event.srcElement
获取源元素的官方事件对象属性是event.target.
event.target
从 IE9 开始,微软越来越接近官方的 Web 标准。
有点相关:如何让 event.srcElement 在 Firefox 中工作,这是什么意思?