摘要: 数据转换基本模式: 代码: msg = "我爱爬虫" print(msg) print(msg.encode(encoding="utf-8")) print(msg.encode(encoding="utf-8").decode(encoding="utf-8"))#把string类型转换成byt 阅读全文
posted @ 2020-02-18 21:24 七九灰 阅读(151) 评论(0) 推荐(0)