未验证 提交 62f8023e 编写于 作者: 周礼亭 提交者: Gitee

修改cookie使用使用说明

Signed-off-by: N周礼亭 <zhouliting5@huawei.com>
上级 9823f544
...@@ -4324,6 +4324,10 @@ export default class EntryAbility extends UIAbility { ...@@ -4324,6 +4324,10 @@ export default class EntryAbility extends UIAbility {
通过WebCookie可以控制Web组件中的cookie的各种行为,其中每个应用中的所有web组件共享一个WebCookieManager实例。 通过WebCookie可以控制Web组件中的cookie的各种行为,其中每个应用中的所有web组件共享一个WebCookieManager实例。
> **说明:**
>
> 目前调用WebCookieManager下的方法,都需要先加载web组件。
### getCookie ### getCookie
static getCookie(url: string): string static getCookie(url: string): string
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册