您将需要对Unipre字符串进行“编码”。
s = u'u5E73u621015'with open("yop", "wb") as f: f.write(s.enpre("UTF-8"))试试看一下,以方便地看一下unipre和python:http :
//farmdev.com/talks/unipre/

您将需要对Unipre字符串进行“编码”。
s = u'u5E73u621015'with open("yop", "wb") as f: f.write(s.enpre("UTF-8"))试试看一下,以方便地看一下unipre和python:http :
//farmdev.com/talks/unipre/