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 8de0f521c69a603c96b6a3c3f50591dac5aea3c1..b16902ae6b62f6b57bb046bbb5bb542636cc96bf 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