$this->success()从哪里来的?

这个$this->success()从哪里来的,这个Before.php里没有事先声明success()方法,如果是继承controller,为什么不写成parent::success()?

https://www.pianshen.com/article/23471070752/

跳转方法。 

你刚学习的吧,你点击success+ctrl点击进去就知道源码在哪里了

\thinkphp\library\traits\controller\Jump.php

这个东西是Tp框架的;源码是什么楼上 @子幽 说了,干什么用的 @ProfSnail 说了