py2与py3的编码问题
摘要:
一.python2 1.一共的两种类型 名称:存储类型 str:bytes(以bytes类型存储) Unicode:Unicode 二.Python3 1.两种类型 名称:存储类型 str:Unicode bytes:bytes 三.经过Unicode进行encode()或decode()都是以by 阅读全文
posted @ 2020-01-11 12:08 居一雪 阅读(159) 评论(0) 推荐(0)
posted @ 2020-01-11 12:08 居一雪 阅读(159) 评论(0) 推荐(0)