python的encode()和decode()函数
decode()函数的作用是用作解码,encode()函数是用作编码。
decode函数以encoding指定的编码格式解码字符串,默认是字符串编码。
语法是:
str.decode(encoding=‘utf-8‘)
encode函数以encoding指定的编码格式编码字符串。
语法是:
str.encode(encoding)
encoding指定要使用的编码。
相关推荐
typhoonpython 2019-11-13
Eric0Lv 2019-04-02
mrsuddenflash 2012-04-25
Gcalolin 2019-06-27
Blovesea 2014-01-07
Yellowpython 2019-06-20
CsdnGame 2012-05-17
AJAXBloger 2011-07-22
史林峰的个人 2016-10-30
cakecc00 2010-03-11
outsiderlcy 2015-03-18
红薯藤 2019-04-20
wangtengphp 2019-04-16
weixuejunphp 2019-04-15
phpyounger 2019-04-12
phpsir 2019-04-11
jackm 2010-07-23
加油码农 2010-07-21