encode:將Unicode 編碼轉換成其他編碼的字符串 ... 因Python3 預設情況下,Python 3 文字(str)為Unicode;故在Python 中會統一先將編碼轉成Unicode 再進行加解碼。
確定! 回上一頁