HTTPResponseHTTPResponse.text版本:23.11.1本頁內容HTTPResponse.text() 方法 Promise 會解析為回應主體的文字 (utf8) 表示法。 簽名 class HTTPResponse { text(): Promise<string>;} 回傳 Promise<string>