curl命令用于在命令行中发送HTTP请求:
curl -i -H 'content-type: application/json' -X POST -d '{"name":"abc"}' http://127.0.0.1:3002/api/
说明: