From b8175b6f8d8c1d92eaa1f7c42ea1bd2e0aeb7f4f Mon Sep 17 00:00:00 2001 From: LiAn Date: Thu, 24 Mar 2022 09:02:52 +0000 Subject: [PATCH] update zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md. Signed-off-by: LiAn --- .../reference/arkui-ts/ts-basic-components-web.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md index 8de0f521c6..b16902ae6b 100755 --- a/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md +++ b/zh-cn/application-dev/reference/arkui-ts/ts-basic-components-web.md @@ -127,10 +127,10 @@ Web组件返回的请求/响应头对象。 - 参数 - | 参数名称 | 参数描述 | - | ----------- | ---------------------- | - | headerKey: string |

请求/响应头的key。

| - | headerValue: string |

请求/响应头的value。

| + | 参数名称 | 参数类型 |参数描述 | + | ----------- | ----------- |---------------------- | + | headerKey | string |请求/响应头的key。 | + | headerValue | string |请求/响应头的value。| ### WebResourceResponse对象说明 @@ -180,6 +180,12 @@ accessStep(step: number): boolean | ---- | ------ | ---- | ---- | --------------------- | | step | number | 是 | - | 要跳转的步数,正数代表前进,负数代表后退。 | +- 返回值 + + | 参数类型 | 说明 | + | ---- | ------ | + | boolean | 页面是否前进或后退 | + ### backward backward(): void -- GitLab