HTTPResponseHTTPResponse.ok版本: 23.11.1本頁面內容HTTPResponse.ok() 方法 如果回應成功(狀態碼在 200-299 範圍內),則為 True。 簽名 class HTTPResponse { ok(): boolean;} 回傳 boolean