Puppeteer 中文文档v25.8.0

HTTPResponse.status() 方法

响应的状态码(例如,成功时为 200)。

签名

class HTTPResponse {
  abstract status(): number;
}

返回值:

number