第一种a=b‘\u6279\u53d1\u548c\u96f6\u552e\u4e1a‘print(a.decode(‘unicode_escape‘)) 第二种(建议用)a="u‘"+‘\\u6279\\u53d1\\u548c\\u96f6\\u552e\\u4e1a‘+"‘"print(eval(a))
原文地址:https://www.cnblogs.com/xdlzs/p/11653773.html
时间: 2024-10-12 01:14:06
第一种a=b‘\u6279\u53d1\u548c\u96f6\u552e\u4e1a‘print(a.decode(‘unicode_escape‘)) 第二种(建议用)a="u‘"+‘\\u6279\\u53d1\\u548c\\u96f6\\u552e\\u4e1a‘+"‘"print(eval(a))
原文地址:https://www.cnblogs.com/xdlzs/p/11653773.html