摘要: 1、ascii' codec can't encode characters in position 0-4: ordinal not in range(128) 原因是python2.X默认的编码是ASCII码,只能处理通过ASCII编码的字符,自然汉字就不行了。 解决方法,在django项目的m 阅读全文
posted @ 2018-11-28 16:58 chease 阅读(499) 评论(0) 推荐(0)