iframe 没有“onclick”事件,但您可以尝试捕获iframe中文档的click事件: document.getElementById("iframe_id").contentWindow.document.body.onclick = function() ...
確定! 回上一頁