发布于 2015-08-09 09:48:53 | 386 次阅读 | 评论: 0 | 来源: 网络整理
Http请求的GET参数,相当于PHP中的$_GET,格式为数组。
//如:index.php?hello=123 echo $request->get['hello'];
为防止HASH攻击,GET参数最大不允许超过128个