python处理字符2016-07-15 本文已影响21人 大婶N72 1.str'字典'转换成字典:json.loads(str'字典')=dict'字典' 2.u'字典'转换成str:u'字典'.encode('utf-8')='字典'