python实现中文转换url编码的方法

http://www.zyiz.net/tech/detail-83016.html

 

 

python 写入JSON中文乱码解决方法

https://blog.csdn.net/jimlinxy/article/details/125203052

json.dump(video_label, f, ensure_ascii=False)