回复详情

78950238

2017-12-2 0


@哄着自己玩  还是一样的效果!

模板

{include h}
1111
{include f}


控制器

<?php
namespace Action;
use HY\Action;
class Index extends Action {
	public function Index(){
		$this->v("title","测试开发");
		$this->view = 'aaa';
		$this->display("index");
	}
}

就这两段简单的代码 两个版本一个行一个不行

加载更多

登陆后才可发表内容