While encoding to base64 I had to decode it back from hex to get the correct base64 encoding. converting to hex. txt = "ABC" bytes_text = bytes( ...
確定! 回上一頁