PagePage.setContentVersion: 23.8.0On this pagePage.setContent() 方法 ¥Page.setContent() method 设置页面的内容。 ¥Set the content of the page. 签名 ¥Signature class Page { setContent(html: string, options?: WaitForOptions): Promise<void>;} 参数 ¥Parameters 范围类型描述htmlstring要分配给页面的 HTML 标记。optionsWaitForOptions(可选的)具有某些属性的参数。 Returns: Promise<void>