2
document.getElementById(id).contentWindow.document.addEventListener("click", function() {
     alert("in contentWindow event")}, false);
});

其中id是我的 iframe 的 id。警报在 Firefox 中出现,但不在 chrome 中。任何人都可以建议为什么这不起作用或任何替代方法?

4

0 回答 0