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 722eecfb467b5ea754f9c9a6d241e9a5273c571c..b2a7db32bbb72ba6851e5bc6800bffd1e9b6578f 100644
--- a/zh-cn/application-dev/reference/apis/js-apis-webview.md
+++ b/zh-cn/application-dev/reference/apis/js-apis-webview.md
@@ -208,7 +208,6 @@ postMessageEventExt(message: WebMessageExt): void
| -------- | ------------------------------------- |
| 17100010 | Can not post message using this port. |
-
### onMessageEventExt10+
onMessageEventExt(callback: (result: WebMessageExt) => void): void
@@ -4347,7 +4346,6 @@ static saveCookieAsync(callback: AsyncCallback\): void
| -------- | ---------------------- | ---- | :------------------------------------------------- |
| callback | AsyncCallback\ | 是 | callback回调,用于获取cookie是否成功保存。 |
-
**示例:**
```ts
@@ -5739,7 +5737,6 @@ Web组件返回的请求/响应头对象。
| ARRAY_BUFFER | 4 |原始二进制数据缓冲区。|
| ARRAY | 5 |数组类型|
-
## WebMessageType10+
[webMessagePort](#webmessageport)接口所支持的数据类型。
@@ -5796,7 +5793,6 @@ getString(): string
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the result. |
-
### getNumber10+
getNumber(): number
@@ -5841,7 +5837,6 @@ getBoolean(): boolean
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the result. |
-
### getArrayBuffer10+
getArrayBuffer(): ArrayBuffer
@@ -5885,7 +5880,6 @@ getArray(): Array\
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the result. |
-
## WebMessageExt10+
[webMessagePort](#webmessageport)接口接收、发送的的数据对象。
@@ -5904,7 +5898,6 @@ getType(): WebMessageType
| --------------| --------------------------------------------------------- |
| [WebMessageType](#webmessagetype10) | [webMessagePort](#webmessageport)接口所支持的数据类型。 |
-
### getString10+
getString(): string
@@ -5927,7 +5920,6 @@ getString(): string
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
-
### getNumber10+
getNumber(): number
@@ -5950,7 +5942,6 @@ getNumber(): number
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
-
### getBoolean10+
getBoolean(): boolean
@@ -5973,7 +5964,6 @@ getBoolean(): boolean
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
-
### getArrayBuffer10+
getArrayBuffer(): ArrayBuffer
@@ -6039,7 +6029,6 @@ getError(): Error
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
-
### setType10+
setType(type: WebMessageType): void
@@ -6180,7 +6169,6 @@ setError(message: Error): void
| -------- | ------------------------------------- |
| 17100014 | The type does not match with the value of the web message. |
-
## WebStorageOrigin
提供Web SQL数据库的使用信息。
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 3612e6044ca1bcb7d5a9c2ca4f04f465b9e4432a..a12dd8e38236deab2beda8766ef72e7f89117209 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
@@ -670,12 +670,16 @@ verticalScrollBarAccess(verticalScrollBar: boolean)