标签:encode 返回 对象 size 编码 sof soft code 常见
常见方法:
base64.encodebytes()
参数:
接收一个字节对象。
返回值:
返回base64编码的数据(以‘\n‘结尾的数据)。
base64.decodebytes()
参数:
接收一个字节对象。
返回值:
返回base64编码之前的值。
标签:encode 返回 对象 size 编码 sof soft code 常见
原文地址:http://www.cnblogs.com/leomei91/p/7824822.html