原始 curl 请求结果 安装 jq yum install jq 将 curl 返回结果通过管道发送给 jq curl 'http://localhost:8001/system/clear/help_info?id=1' | jq 过 jq 格式化 curl 请求结果