import base64. text = 'Hello'. base64Str = base64.b64encode(text.encode( 'utf-8' )).decode( 'utf-8' ). print (base64Str).
確定! 回上一頁