Python 基礎知識整理-3 (bytes-strings)

strings 分別在 Python2、Python 3下 Python 2 將 strings 處理爲原生的 bytes 類型,而不是 unicode,  Python 3 所有的 strings 均是 unicode 類型。     msg = '您好' # encode 將strings編碼成bytes print(msg.encode('utf-8')) # decode 將bytes 解
相關文章
相關標籤/搜索