curl linux常用命令学习

curl http://mywebsite.com/index.php?a=1&b=2&c=3

$_GET只能获取到参数a

解决办法 改为

curl http://mywebsite.com/index.php?a=1\&b=2&c=3

参考:

https://www.cnblogs.com/z-books/p/6228284.html

posted @ 2018-04-16 17:44  钟政123  阅读(160)  评论(0编辑  收藏  举报