标签: php export header-files
我希望导出表到带有php标题的ms字,但是需要将文档的列表类型更改为专辑
if (isset($_GET['export']) && $_GET['export'] == 1) { header("Content-type: application/vnd.ms-word"); header("Content-Disposition: attachment;Filename=filename.doc"); }