HTTPResponseHTTPResponse.frame版本:22.5.0在本页HTTPResponse.frame() 方法 一个 Frame 发起了这个响应,或者如果导航到错误页面则为 null。 签名: class HTTPResponse { abstract frame(): Frame | null;} 返回值 Frame | null