$data = $this->fetch();//返回渲染后的页面
$this->ajaxReturn($data, null, true);
$this->display();//直接输出渲染后的页面=》刷新整个页面,输出时需指定显示位置,比如iframe等
display的说明:http://www.5idev.com/p-thinkphp_tpl_display.shtml
本文共 242 字,大约阅读时间需要 1 分钟。
$data = $this->fetch();//返回渲染后的页面
$this->ajaxReturn($data, null, true);
$this->display();//直接输出渲染后的页面=》刷新整个页面,输出时需指定显示位置,比如iframe等
display的说明:http://www.5idev.com/p-thinkphp_tpl_display.shtml
转载于:https://www.cnblogs.com/tecliu/p/4282227.html