会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
moonbaby
博客园
首页
新随笔
联系
订阅
管理
2019年6月19日
string与bytes相互转化
摘要: 按uft-8形式编码 a=’hello world’ b=a.encode(encoding=’utf-8’) print(type(a), tyoding=’utf-8’) print(c, type(c)) 按gbk方式编码 x=a.encode(encoding=’gbk’) print(x,
阅读全文
posted @ 2019-06-19 15:33 Vincy_Wang
阅读(3098)
评论(0)
推荐(0)
编辑
python3之requests
摘要: https://www.cnblogs.com/zhangxinqi/p/9201594.html
阅读全文
posted @ 2019-06-19 15:33 Vincy_Wang
阅读(119)
评论(0)
推荐(0)
编辑
公告