The field contains Chinese content and the field type is list Solution: reload(sys) sys.setdefaultencoding("utf-8")
The field contains Chinese content and the field type is list
Solution:
reload(sys)
sys.setdefaultencoding("utf-8")