Page.isClosed() 方法
¥Page.isClosed() method
表示该页面已关闭。
¥Indicates that the page has been closed.
签名
¥Signature
class Page {
abstract isClosed(): boolean;
}
Returns:
boolean
¥Page.isClosed() method
表示该页面已关闭。
¥Indicates that the page has been closed.
¥Signature
class Page {
abstract isClosed(): boolean;
}
Returns:
boolean