コード例 #1
0
ファイル: Request.class.php プロジェクト: poettian/sail
 /**
  * 获取当前参数串
  */
 public static function getCurrentQuery()
 {
     $current = RequestUtil::getCurrentUrl();
     $s = parse_url($current);
     return $s['query'];
 }