[code]#这样就不会乱码了data=json.dumps(data,ensure_ascii=False) #这是因为中文以unicode 编码了,而默认是以ASCII解析的,中文不在ASCII编码中, ...
確定! 回上一頁