1, Python 3 makes a distinction between text and binary data. Text is Unicode encoded, str type, for display. The binary type is the bytes ...
確定! 回上一頁