In Python 2.6+, the bytes type was just a synonym for str . In Python 3 all str types are unicode by default and you have to choose an encoding ...
確定! 回上一頁