在chrome和firefox里会返回
在ie却获取不到relatedTarget;可以通过document.activeElement获取到点击到哪个标签
注意document.activeElement在不同浏览器获取到的dom节点不同:https://www.bbsmax.com/A/obzb1eydED/
参考:https://blog.csdn.net/ios0213/article/details/51766464
在chrome和firefox里会返回
在ie却获取不到relatedTarget;可以通过document.activeElement获取到点击到哪个标签
参考:https://blog.csdn.net/ios0213/article/details/51766464
相关文章: