編碼encode/decode. # coding=UTF-8 text = '測試' print len(text) # 顯示6. 第1 行是編碼宣告(Encoding declaration),這是個魔法註解(Magic comment),它 ...
確定! 回上一頁