一种解决方案是检查iframe 是否具有焦点,然后不停止计时器。例如 $(window).blur(function () { // check focus if ($('iframe').is(':focus')) { // dont stop ...
確定! 回上一頁