To convert bytes to string in Python, use the bytes.decode() method. For example: b"Alice".decode() returns a string "Alice".
確定! 回上一頁