为什么_404后面的U方法不能跳转?(已解决)

浏览:881 发布日期:2015/03/24 分类:求助交流
根据许愿墙视频教程去做的,浏览器地址输入http://localhost/wish/index.php/Index/handle 不能跳回主页,为什么呢?

IndexAction.class.php如下设置: public function handle(){
        if(!IS_POST) _404('页面不存在',U('index')); 
    }
最佳答案
评论( 相关
后面还有条评论,点击查看>>