完全版本(带GET参数):

$current_uri = URL::site($this->request->uri).'?'.http_build_query($_GET, '&');

干净版本:

$current_uri = URL::site($this->request->uri);