IE9下载框在画面后面 ZPY 6年 ago 加上延迟处理即可 <script type="text/javascript"> window.onload=function(){ setTimeout("top.focus();", 500); } </script>