python将unicode转为str的方法 问题: 将u'\u810f\u4e71'转换为'\u810f\u4e71' 方法: s_unicode=u'\u810f\u4e71's_str=s_unic unicode转str