encode和decode python的字符集是使用的unicode编码 decode是将其他编码格式转变为unicode encode是将unicode变为encode的编码 比如decode(“utf-8”)就是将utf-8格式的转变为unicode格式的字符