会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
观海云不远
博客园
首页
订阅
管理
2015年4月16日
python学习笔记十七:base64及md5编码
摘要: 一、Python Base64编码Python中进行Base64编码和解码要用base64模块,代码示例:#-*- coding: utf-8 -*-import base64str = 'cnblogs'str64 = base64.b64encode(str)print str64 ...
阅读全文
posted @ 2015-04-16 19:11 观海云不远
阅读(655)
评论(0)
推荐(0)
公告