thinkphp怎么跳转页面

2026-02-14 20:59:20

1、$this->success('提示信息','方法名')

$this->redirect('方法名',delay,'提示信息')

 $this->error('提示信息','方法名')

1、$this->redirect('控制器/方法名',delay,'提示信息')

1、$this->redirect('Admin-Index/index',delay,'提示信息')

猜你喜欢