# Functions
Decode 把一个string通过base64解码.
DecodeBytes 把一个string通过base64解码成[]byte.
Encode 把一个string通过base64编码.
EncodeBytes 把一个[]byte通过base64编码成string.
URLDecode 把一个string通过base64解码.
URLDecodeBytes 把一个string通过base64解码成[]byte.
URLEncode 把一个string通过base64编码.
URLEncodeBytes 把一个[]byte通过base64编码成string.