1、使用curl命令,在命令行实现http请求
curl -X POST -d '[{ "headers" :{"a" : "a1","b" : "b1"},"body" : "hello look look"}]' http://192.168.181.120:33300 //尾部是ip+端口号