1 #將Unicode轉換成普通的Python字串:"編碼(encode)" 2 unicodestring = u"Hello world" 3 utf8string = unicodestring.encode("utf-8")
確定! 回上一頁