时间:2021-07-01 10:21:17 帮助过:358人阅读
#-*- coding: utf-8 -*- import base64 str = 'cnblogs' str64 = base64.b64encode(str) print str64 #Y25ibG9ncw== print base64.b64decode(str64) #cnblogs
< 上一篇
Python从MP3文件获取id3的方法
下一篇 >
Python中type的构造函数参数含义说明
记住我的登录 忘记密码?
登录
我已阅读用户协议及版权声明
注册