thinkphp怎么跳转页面
1、$this->success('提示信息','方法名')
$this->redirect('方法名',delay,'提示信息')
$this->error('提示信息','方法名')
1、$this->redirect('控制器/方法名',delay,'提示信息')
1、$this->redirect('Admin-Index/index',delay,'提示信息')
阅读量:83
阅读量:54
阅读量:192
阅读量:93
阅读量:144
1、$this->success('提示信息','方法名')
$this->redirect('方法名',delay,'提示信息')
$this->error('提示信息','方法名')
1、$this->redirect('控制器/方法名',delay,'提示信息')
1、$this->redirect('Admin-Index/index',delay,'提示信息')