In Python 3, strings are represented by Unicode instead of bytes. ... 'Café' >>> s.decode('utf-8') AttributeError: 'str' object has no attribute 'decode'.
確定! 回上一頁