diff --git a/README.md b/README.md index 8c3865cc4aafc3b1428af6e2ff22187782e27077..827f57d7572e0270aa6106f58bfea4882c40289d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ | [commons-codec](https://github.com/apache/commons-codec) | 包含各种格式的简单编码器和解码器,例如 Base64 和 Hexadecimal。除了这些广泛使用的编码器和解码器之外,它还维护了一组语音编码实用程序。 | [sample地址](https://gitee.com/openharmony-tpc/commons-codec)| | [cbor-js](https://github.com/paroga/cbor-js) | 以纯 JavaScript 实现的简明二进制对象表示 (CBOR) 数据格式 ( RFC 7049 )。| | [js-base64](https://github.com/dankogai/js-base64) | JavaScript 的 Base64 实现。 | +| [base64-js](https://github.com/beatgammit/base64-js) | 纯 JS 中的 Base64 编码/解码。 | [返回目录](#目录)