thinkphp怎么跳转页面
1、$this->success('提示信息','方法名')
$this->redirect('方法名',delay,'提示信息')
$this->error('提示信息','方法名')
1、$this->redirect('控制器/方法名',delay,'提示信息')
1、$this->redirect('Admin-Index/index',delay,'提示信息')
阅读量:190
阅读量:34
阅读量:63
阅读量:171
阅读量:103
1、$this->success('提示信息','方法名')
$this->redirect('方法名',delay,'提示信息')
$this->error('提示信息','方法名')
1、$this->redirect('控制器/方法名',delay,'提示信息')
1、$this->redirect('Admin-Index/index',delay,'提示信息')