摘要: a = "1D0\x00" b = a.encode("gbk").decode("unicode_escape") #将字符串先编码后解码,解决单斜杠,变为双斜杠问题 阅读全文
posted @ 2020-06-16 14:18 大话人生 阅读(1253) 评论(0) 推荐(0)