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.
document.getElementById(id).contentWindow.document.addEventListener("click", function() { alert("in contentWindow event")}, false); });
其中id是我的 iframe 的 id。警报在 Firefox 中出现,但不在 chrome 中。任何人都可以建议为什么这不起作用或任何替代方法?