<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>

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-11-09
  • 2022-03-03
  • 2022-12-23
  • 2022-12-23
  • 2022-03-05
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2021-12-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案