无法加载模块:handle

浏览:597 发布日期:2014/10/03 分类:求助交流 关键字: thinkphp
<?php
class IndexAction extends Action{
public function index (){
//echo U('Index/index/index');
$this->display();
}

public function handle(){
p($_POST);
print_r('Index/index/index');
}
}
?>
最佳答案
评论( 相关
后面还有条评论,点击查看>>