<?php
header('Content-Type: application/vnd.ms-excel');
header('Content-Disposition: attachment; filename=demo.xls');
header('Pragma: no-cache');
header('Expires: 0');
|
转载于:https://www.cnblogs.com/qjyking/p/5671294.html