Python 字符串String encode() 方法 Python 字符串String decode() 方法 Python 字符串String endswith() 方法 Python 字符串String encode() 方法 #!/usr/bin/python str = "this is string example....wow!!!"; print "Encoded String: " + str.encode('base64','strict') Python 字符串String decode() 方法 Python 字符串String endswith() 方法