摘要:        
例如 url 为 http://mywebsite.com/index.php?a=1&b=2&c=3 web形式下访问url地址,使用$_GET是可以获取到所有的参数 然而在linux下 curl http://mywebsite.com/index.php?a=1&b=2&c=3 $_GET只能    阅读全文
posted @ 2016-06-02 23:49 季枫 阅读(604) 评论(0) 推荐(0)
| 
摘要:        
例如 url 为 http://mywebsite.com/index.php?a=1&b=2&c=3 web形式下访问url地址,使用$_GET是可以获取到所有的参数 然而在linux下 curl http://mywebsite.com/index.php?a=1&b=2&c=3 $_GET只能    阅读全文
 posted @ 2016-06-02 23:49 季枫 阅读(604) 评论(0) 推荐(0) | ||