📅  最后修改于: 2022-03-11 15:03:50.989000             🧑  作者: Mango
import {decode, encode} from 'base-64'
if (!global.btoa) { global.btoa = encode }
if (!global.atob) { global.atob = decode }