中国优质的IT技术网站
专业IT技术创作平台
IT职业在线教育平台
如何通过existCookie查询Web隐私模式下是否存在cookie。
微信扫码分享
import web_webview from '@ohos.web.webview'; // existCookie参数表示隐私模式(true)或非隐私模式(false)下,查询是否存在cookies。 let result = web_webview.WebCookieManager.existCookie(true); console.log("result: " + result);