$data = $this->fetch();//返回渲染后的页面
$this->ajaxReturn($data, null, true);
$this->display();//直接输出渲染后的页面
=》刷新整个页面,输出时需指定显示位置,比如iframe等
display的说明:http://www.5idev.com/p-thinkphp_tpl_display.shtml
时间: 2024-10-12 17:03:46
$data = $this->fetch();//返回渲染后的页面
$this->ajaxReturn($data, null, true);
$this->display();//直接输出渲染后的页面
=》刷新整个页面,输出时需指定显示位置,比如iframe等
display的说明:http://www.5idev.com/p-thinkphp_tpl_display.shtml