对话框类型此页面上的内容类型返回对话框的类型,可以是 alert、beforeunload、confirm 或 prompt 之一。 用法 await dialog.type() 示例 dialogType.jsconst type = await dialog.type();