赞
踩
$ npm install --save @types/js-base64
我在vscode里面安装的, 不知道为什么一直报错 然后我换了一个终端就安装成功了
引入
import { Base64 } from 'js-base64'; Base64.encode('apple');