curl模拟post请求

curl -d "begin_time=2018-10-10 10:31:53&end_time=2018-10-13 10:31:53&worker_no=admin"  "http://localhost/xx/phc/xx/xx"

在黑窗口也就是(DOS)命令提示符窗口里面输入以上命令 

-d "begin_time=2018-10-10 10:31:53&end_time=2018-10-13 10:31:53&worker_no=admin" 表示post要传递的参数
"http://localhost/xx/phc/xx/xx"标识提交到上面地址
posted @ 2018-10-13 10:41  A-GREATE-USERNAME  阅读(176)  评论(0编辑  收藏  举报