curl http://mywebsite.com/index.php?a=1&b=2&c=3php
$_GET只能获取到参数ahtml
解决办法 改成web
curl http://mywebsite.com/index.php?a=1\&b=2&c=3
参考:curl
https://www.cnblogs.com/z-books/p/6228284.htmlurl