提交 16509724 编写于 作者: D Devil

excel导出清除缓存

上级 9a0d20cd
......@@ -199,6 +199,12 @@ class Excel
}
}
// 丢弃输出缓冲区中的内容
if(ob_get_length() > 0)
{
ob_clean();
}
// 头部
header('Pragma: public');
header('Expires: 0');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册