2018年4月27日

python unicode to str and str to unicode

摘要: @staticmethod def unicode2str(p_unicode): v = p_unicode.encode('unicode-escape').decode('string_escape') if p_unicode is not None else None return v @staticmethod def... 阅读全文

posted @ 2018-04-27 18:09 星河赵 阅读(200) 评论(0) 推荐(0) 编辑

导航