You could use the URI Class:
$this->uri->segment(n); // n=1 for controller, n=2 for method, etc
I've also been told that the following work, but am currently unable to test:
$this->router->fetch_class();
$this->router->fetch_method();
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…