Literal strings are unicode by default in Python3. Assuming that text is a bytes object, just use text.decode('utf-8'). unicode of Python2 is equivalent to ...
確定! 回上一頁