ThinkPHP 页面跳转和重定向_thinkphp $this->success 重定向到指定页面-CSDN博客
来源: ThinkPHP 页面跳转和重定向_thinkphp $this->success 重定向到指定页面-CSDN博客 系统Controller类内置跳转方法error和success,分别用于错误提示和成功跳转。 两个方法分别有三个参数: 参数1:提示信息 参数2:跳转地址 参数3:跳转页面等待时间(秒) $New = M(\'New\'); //实例化New对象 $result = $N