diff --git a/zh-cn/application-dev/reference/apis/js-apis-webview.md b/zh-cn/application-dev/reference/apis/js-apis-webview.md index 00e3f0cf21e080f7bc8f49c57eff96de9c213c2a..6bcee3b6cc346539aebc8ea2628988178fa23b6f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webview.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webview.md @@ -3325,6 +3325,10 @@ struct WebComponent { 通过WebCookie可以控制Web组件中的cookie的各种行为,其中每个应用中的所有web组件共享一个WebCookieManager实例。 +> **说明:** +> +> - 目前调用WebCookieManager下的方法,都需要先加载web组件。 + ### getCookie static getCookie(url: string): string