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 4e8dc58fa1980523b7478c3b1b248366baf2108a..5c9c75d8a848fbd3acf08279af5c033ac18df2da 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-webview.md +++ b/zh-cn/application-dev/reference/apis/js-apis-webview.md @@ -4324,6 +4324,10 @@ export default class EntryAbility extends UIAbility { 通过WebCookie可以控制Web组件中的cookie的各种行为,其中每个应用中的所有web组件共享一个WebCookieManager实例。 +> **说明:** +> +> - 目前调用WebCookieManager下的方法,都需要先加载web组件。 + ### getCookie static getCookie(url: string): string