#!/usr/bin/python3 Str = "this is string example....wow!!!"; Str = Str.encode('base64','strict'); print "Encoded String:" + Str print "Decoded String:" + ...
確定! 回上一頁