此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in English Always switch to English

Window:blur() 方法

Deprecated

Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.

Window.blur() 方法不起任何作用。

备注:从历史上看,这种方法在编程上相当于用户将焦点从当前窗口中移开。由于某些恶意网站滥用此功能,这种行为已被移除。在 Firefox 中,你可以通过设置 dom.disable_window_flip 首选项来启用旧的行为。

语法

js
blur()

参数

无。

返回值

无(undefined)。

示例

js
window.blur();

规范

规范
HTML
# dom-window-blur

浏览器兼容性