基本上,停止使用
str从
Unipre转换为编码的文本
/字节。
相反,请正确使用
.enpre()编码字符串:
p.agent_info = u' '.join((agent_contact, agent_telno)).enpre('utf-8').strip()
基本上,停止使用
str从
Unipre转换为编码的文本
/字节。
相反,请正确使用
.enpre()编码字符串:
p.agent_info = u' '.join((agent_contact, agent_telno)).enpre('utf-8').strip()