From 19f24998130e619f07c0e718672cb29f6e1822be Mon Sep 17 00:00:00 2001 From: tianyiyiw <2397261470@qq.com> Date: Thu, 11 Aug 2022 16:25:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=BC=96=E7=A0=81=E8=A7=A3?= =?UTF-8?q?=E7=A0=81=E4=B8=89=E6=96=B9=E7=BB=84=E4=BB=B6js-base64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: tianyiyiw <2397261470@qq.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a33c4c..c282335 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ |:---:|:---:|:---:| | [protobufjs](https://github.com/protobufjs/protobuf.js) | 主要功能是序列化和反序列化,比xml更快,更高效,序列化后的体积也很小,受到广大开发者的喜爱。 | [sample地址](https://gitee.com/openharmony-tpc/protobuf)| | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| - +| [js-base64](https://github.com/dankogai/js-base64) | JavaScript 的 Base64 实现。 | [返回目录](#目录) -- Gitee