PHP
用php生成excel和word文档
header(“Content-Disposition:filename=test.xls”);
echo “test1\t”;
echo “test2\t\n”;
echo “test1\t”;
PHP
用php的ob_start来生成静态页面
三个函数:ob_start()、ob_end_clean()、ob_get_contents() ob_start():是打开缓冲区的,就是要把您需要生成的静态文件的内容缓存在这里; ob_get_contents():