编码/解码常用方法(仅针对Base64) 编码我们一般使用window.btoa() 对原始数据进行编码 ... window.btoa(unescape(encodeURIComponent(str))) //编码 ...
確定! 回上一頁