返回 base64 对象中保存的原始文本。
base64(text).to_string()
无参数。
result = base64('BT').to_string() // 输出:BT print result