摘要: js实现很简单,获取浏览器焦点,以下是实现方式: window.onload = function(){ setTimeout(function() { this.focus(); this.blur(); alert(1); },3000); } 来自:https://blog.csdn.net/ 阅读全文
posted @ 2021-03-16 09:41 jiaqiq 阅读(826) 评论(0) 推荐(0) 编辑