You need to decode the byte string and turn it in to a character (Unicode) string. On Python 2 encoding = 'utf-8' 'hello'.decode(encoding). or
確定! 回上一頁