curl发送http请求保存结果到文件

 curl --header "Content-Type:application/json" 'curl发送http请求保存结果到文件http://hostname:ip/get/path' > /save/to/path/filename.json

相关推荐