curl命令用於在命令行中發送HTTP請求:json
curl -i -H 'content-type: application/json' -X POST -d '{"name":"abc"}' http://127.0.0.1:3002/api/api
說明:app