未验证 提交 b6fa7b76 编写于 作者: 胡啸天 提交者: Gitee

modify md

Signed-off-by: N胡啸天 <huxiaotian2@huawei.com>
上级 aa4f886e
......@@ -1136,8 +1136,7 @@ function stringToUint8Array(str) {
for (let i = 0, j = str.length; i < j; ++i) {
arr.push(str.charCodeAt(i));
}
let tmpArray = new Uint8Array(arr);
return tmpArray;
return new Uint8Array(arr);
}
// 以Promise方式完成摘要
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册