diff --git a/README.md b/README.md index 6a33c4cbffafd30b78db1eb8037a812d4aae2bc8..c2823355b3ed3365932a7190f33f2dd5964b2253 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 实现。 | [返回目录](#目录)