import base64 string = 'myblog zhao'.encode() #預設以utf8編碼 res = base64.b64encode(string) print(res.decode()) #預設以utf8解碼 res ...
確定! 回上一頁