浏览器 任务栏 消息 闪烁

<html>
<head>
<script type="text/javascript">
function test() {
setTimeout(function () {
this.focus();
this.blur();
alert(1);
}, 2000);
}
</script>
</head>
<body onload="test()">
abc
</body>
</html>

posted on 2016-11-30 09:54  欧文凌志  阅读(1375)  评论(1编辑  收藏  举报

导航