python中将unicode(u'\u7684') 转中文字符

ddd=u'\u7684' ddd=ddd.encode("gb18030").decode("gb18030") print ddd 
相关文章
相关标签/搜索