本文共 119 字,大约阅读时间需要 1 分钟。
python3直接使用__str__(self)就可以了,如果是python2,则要用__unicode__(self)
转载于:https://www.cnblogs.com/xiaomingzaixian/p/7159663.html