如果原始碼中寫了非ASCII 字元串,必須在第一行放置編碼聲明(encoding ... 並指定實現編碼,或者使用 str 的 decode 方法並指定實現編碼,將之轉換為 unicode 物件。
確定! 回上一頁