python的encode()和decode()函數


decode()函數的作用是用作解碼,encode()函數是用作編碼。

decode函數以encoding指定的編碼格式解碼字符串,默認是字符串編碼。
語法是:
str.decode(encoding='utf-8')

encode函數以encoding指定的編碼格式編碼字符串。
語法是:
str.encode(encoding)
encoding指定要使用的編碼。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM