本文介绍了Qt 5:访问QtWebEngine中的Cookie的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
可以使用 QtWebKit访问
?我不能在文档中的任何位置找到它... QtWebEngine
中的 QNetworkCookieJar
Is it possible to access the QNetworkCookieJar
in QtWebEngine
like you could before with QtWebKit
? I can't find it anywhere in the documentation...
推荐答案
从Qt 5.6起,您可以使用。
From Qt 5.6 onwards you can use the QWebEngineCookieStore class.
这篇关于Qt 5:访问QtWebEngine中的Cookie的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!