Base64

Base64

new Base64()

Source:
Author:
  • ycx
base64

Methods

(static) decodeStr(base64Str) → {string}

Source:
base64字符串解码
Parameters:
Name Type Description
base64Str string
Returns:
Type
string

(static) encodeStr(str) → {string}

Source:
字符串转base64
Parameters:
Name Type Description
str string 字符串
Returns:
Type
string