Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 IWebBrowser2 在 c++ 上开发一个小型 Web 浏览器,问题是当我在浏览器上删除 cookie 时,它们会被 IE 删除,我不想干扰 IE cookie。有没有办法解决这个问题?
IWebBrowser2是Internet Explorer,因此您并没有真正编写另一个浏览器。您只是在编写一个重新托管 Trident 渲染引擎的浏览器主机。和相关的管道。因此,除非我完全不在这儿(任何人?)答案是响亮的“不”。
-Oisin