HTTPResponseHTTPResponse.headers版本: 23.11.1本页内容HTTPResponse.headers() 方法 一个包含与响应关联的 HTTP 标头的对象。所有标头名称均为小写。 签名 class HTTPResponse { abstract headers(): Record<string, string>;} 返回值 Record<string, string>