未验证 提交 e11f7122 编写于 作者: 马根堂 提交者: Gitee

update zh-cn/application-dev/reference/apis/js-apis-rpc.md.

Signed-off-by: N@ma-gentang <magentang3@huawei.com>
上级 ac276268
...@@ -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.
先完成此消息的编辑!
想要评论请 注册