Skip to content

Tool

// 文本编码成base64
btoa("123456");
// base64解码
atob("MTIzNDU2");