摘要: 1 public function get_download_file() 2 { 3 header ( 'Content-Description: File Transfer' ); 4 header ( 'Content-Type: application/octet-stream' ); 5 header ( 'Content-Disposit... 阅读全文
posted @ 2016-06-22 19:21 gentsir 阅读(493) 评论(0) 推荐(0)