word源码java-code-fragment:日常工作中代码积累

时间:2021-06-05 23:32:22
【文件属性】:
文件名称:word源码java-code-fragment:日常工作中代码积累
文件大小:15KB
文件格式:ZIP
更新时间:2021-06-05 23:32:22
系统开源 word源码java 代码片段 日常工作中代码浪漫 PHP 提供下载文件 <?php $file = 'monkey.gif'; if (file_exists($file)) { header('Content-Description: File Transfer'); header('Content-Type: application/octet-stream'); header('Content-Disposition: attachment; filename="'.basename($file).'"'); header('Expires: 0'); header('Cache-Control: must-revalidate'); header('Pragma: public'); header('Content-Length: ' . filesize($file)); readfile($file); exit; } ?> header content-type 参数列表 Content-type 的说明: 'hqx' -> 'application/mac-binhe
【文件预览】:
code-fragment-master
----README.md(39KB)

网友评论