未验证 提交 57f1183d 编写于 作者: H hnz 提交者: Gitee

【文档体验官】修正decode方法中参数信息(js-apis-util.md)

Signed-off-by: N贺念哲 <nzhe@isoftstone.com>
上级 8bb3ec0c
...@@ -215,7 +215,7 @@ decode(input: Uint8Array, options?: { stream?: false }): string ...@@ -215,7 +215,7 @@ decode(input: Uint8Array, options?: { stream?: false }): string
**参数:** **参数:**
| 参数名 | 类型 | 必填 | 说明 | | 参数名 | 类型 | 必填 | 说明 |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| input | Unit8Array | 是 | 符合格式需要解码的数组。 | | input | Uint8Array | 是 | 符合格式需要解码的数组。 |
| options | Object | 否 | 解码相关选项参数。 | | options | Object | 否 | 解码相关选项参数。 |
**表2** options **表2** options
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册