HTTPResponse.statusText() 方法 响应的状态文本(例如,成功时通常为 "OK")。 签名 class HTTPResponse { abstract statusText(): string; } 返回值: string