import base64 ## ENCODE # Encode a string in Python 2.7 print (base64.b64encode('String to encode!')) # Python 3 needs the input string to ...
確定! 回上一頁