HTTPResponse.statusText() 方法
🌐 HTTPResponse.statusText() method
响应的状态文本(例如,成功时通常为“OK”)。
🌐 The status text of the response (e.g. usually an "OK" for a success).
语法
🌐 Signature
class HTTPResponse {
abstract statusText(): string;
}
返回:
string
🌐 HTTPResponse.statusText() method
响应的状态文本(例如,成功时通常为“OK”)。
🌐 The status text of the response (e.g. usually an "OK" for a success).
🌐 Signature
class HTTPResponse {
abstract statusText(): string;
}
返回:
string