python3.4.1下base64编码问题

import base64

encodestr = base64.b64encode('abc'.encode(encoding='utf-8'))
print(encodestr)

 

posted @ 2014-10-10 15:17  fresh love  阅读(205)  评论(0编辑  收藏  举报