代码改变世界

python中,将字符串由utf8转gbk

2013-07-26 01:46  江湖么名  阅读(966)  评论(0编辑  收藏  举报

uni_str = utf8_str.decode('utf-8');

gbk_str = uni_str.encode('gbk');