问题:Charles导出的结果,用python进行解析的时候,中文乱码了
python
原因:抓包https的问题
https
解决:Rewrite 配置Content-type 为application/json;charset=UTF-8