未验证 提交 4d9f8fef 编写于 作者: O openharmony_ci 提交者: Gitee

!6745 【轻量级 PR】:update zh-cn/application-dev/reference/apis/js-apis-rpc.md.

Merge pull request !6745 from 马根堂/N/A
...@@ -873,7 +873,7 @@ writeString(val: string): boolean ...@@ -873,7 +873,7 @@ writeString(val: string): boolean
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| val | string | 是 | 要写入的字符串值。 | | val | string | 是 | 要写入的字符串值,其长度应小于40960字节。 |
**返回值:** **返回值:**
| 类型 | 说明 | | 类型 | 说明 |
...@@ -1622,7 +1622,7 @@ writeStringArray(stringArray: string[]): boolean ...@@ -1622,7 +1622,7 @@ writeStringArray(stringArray: string[]): boolean
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| stringArray | string[] | 是 | 要写入的字符串数组。 | | stringArray | string[] | 是 | 要写入的字符串数组,数组单个元素的长度应小于40960字节。 |
**返回值:** **返回值:**
| 类型 | 说明 | | 类型 | 说明 |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册