$this->success("添加成功","hr/index");
$this->redirect('hr/index');
$this->error("添加失败");
tp5中的跳转,thinkphp中的跳转
最新推荐文章于 2021-04-01 23:56:53 发布
$this->success("添加成功","hr/index");
$this->redirect('hr/index');
$this->error("添加失败");