redirect() 和 $this->redirect() 的区别是什么啊

浏览:3654 发布日期:2014/06/23 分类:求助交流 关键字: redirect问题
我在开发的时候遇到问题
用 redirect(U('index'))是正确的
用 $this->redirect(U('index')) 会报错
提示是 模板不存在[/CMS/Welcome/index.html]
(PS:我的项目全部在CMS目录下 thinkphp版本3.1.3)
求大神解答 谢谢
最佳答案
评论( 相关
后面还有条评论,点击查看>>