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