/** * 获取当前参数串 */ public static function getCurrentQuery() { $current = RequestUtil::getCurrentUrl(); $s = parse_url($current); return $s['query']; }