Skip to main content
Version: 24.38.0

Page.isClosed() 方法

🌐 Page.isClosed() method

表示该页面已关闭。

🌐 Indicates that the page has been closed.

语法

🌐 Signature

class Page {
abstract isClosed(): boolean;
}

返回:

boolean