focus(); var listener = window.addEventListener('blur', function() { if (document.activeElement === document.getElementById('iframe')) { // clicked } window ...
確定! 回上一頁