1.JSON数据格式
https://www.cnblogs.com/tech-bird/p/3588430.html
2.python3中的urllib包
官方文档:https://docs.python.org/3.5/library/urllib.html
中文翻译版:https://blog.csdn.net/Jurbo/article/details/52313636
Request对象:https://blog.csdn.net/weixin_37598106/article/details/72852220
urllib.parse包:https://docs.python.org/3/library/urllib.parse.html
原文:https://www.cnblogs.com/BlueBlueSea/p/11007631.html