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

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

Signed-off-by: Nmagentang <magentang3@huawei.com>
上级 cd23b7e0
......@@ -873,7 +873,7 @@ writeString(val: string): boolean
**参数:**
| 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- |
| val | string | 是 | 要写入的字符串值。 |
| val | string | 是 | 要写入的字符串值,其长度应小于40960字节。 |
**返回值:**
| 类型 | 说明 |
......@@ -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.
先完成此消息的编辑!
想要评论请 注册