python处理http接口请求 一、安装 requests和jsonpath 模块 安装命令:pip install requests pip install jsonpath 二、request ...