我如何知道 Opera 有多少个 cookie?
有谁知道在哪里可以获取 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先阅读文件格式。我在 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