Skip to main content
Version: 23.2.0

Page.isClosed() 方法

¥Page.isClosed() method

表示该页面已关闭。

¥Indicates that the page has been closed.

签名

¥Signature

class Page {
abstract isClosed(): boolean;
}

Returns:

boolean