Window.focus()

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!
您也可以阅读此文章的English (US)版。

Summary

Makes a request to bring the window to the front. It may fail due to user settings and the window isn't guaranteed to be frontmost before this method returns.

Syntax

window.focus()

Example

if (clicked) { window.focus(); }

Specification

Specification Status Comment
WHATWG HTML Living Standard
The definition of 'Window.focus()' in that specification.
Living Standard  

文档标签和贡献者