coding=Big5 text = '測試' print(len(text)) # 顯示2. Python 3.x 中的字串都是Unicode, ... 回Encoding目錄在Python2.x,程式中所有字串,其實都是原始位元組集合。
確定! 回上一頁