HTTP响应 (HTTPResponse)HTTPResponse.fromCache版本: 23.11.1本页内容HTTPResponse.fromCache() 方法 如果响应是从浏览器的磁盘缓存或内存缓存中提供的,则为 True。 签名 class HTTPResponse { abstract fromCache(): boolean;} 返回 boolean