The b prefix is used to denote the value is a bytes object. To Base64 encode these bytes, we use the base64.b64encode() function: import base64 s = "Hello World ...
確定! 回上一頁