我如何知道 Opera 有多少个 cookie?

发布于 2024-11-07 12:51:43 字数 211 浏览 0 评论 0原文

有谁知道在哪里可以获取 Opera 10+ cookies4.dat 文件的文件格式?我正在尝试获取 cookie 总数,如下所示:

function CookieCount(const theFilename: string): Integer;
begin
  Result := OperaCookieCount(theFilename);
end;

Does anyone know where I can get the file format for the Opera 10+ cookies4.dat file? I'm trying to just get the count of total cookies, something like this:

function CookieCount(const theFilename: string): Integer;
begin
  Result := OperaCookieCount(theFilename);
end;

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只为一人 2024-11-14 12:51:43

首先阅读文件格式。我在 Opera.com 上找不到任何当前链接,但此链接很有帮助: http://www.peeep.us /4899d1fa

此外,O4FE 似乎能够解析 cookies4.dat,因此您可能还想在 http://users.westelcom.com/jsegur/#ofe

Start by reading up on the fileformat. I could not find any current links on Opera.com, but this link is helpful : http://www.peeep.us/4899d1fa

Also O4FE seems to be able to parse cookies4.dat, so you might also want to look into it at http://users.westelcom.com/jsegur/#ofe

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文