Puppeteer 中文文档v25.8.0

HTTPResponse.url() 方法

响应的 URL。

签名

class HTTPResponse {
  abstract url(): string;
}

返回值:

string