#!/usr/bin/python #-*- coding:utf-8 -*- # 因為程式碼本身是utf-8, 所以先強制將字串轉碼成BIG5 strbig5 = "big 中文測試".decode('utf8','ignore').encode('big5' ...
確定! 回上一頁