IFrame关闭了,但页面中的定时器依然在执行
1.JQuery方式
?
$("iframe").attr("src","javascript:false");
2.js方式
document.getElementById("iframe").src="javascript:false";