php Copy <?php header("Content-disposition: attachment; filename=sample.pdf"); header("Content-type: application/pdf"); readfile("sample.pdf"); ?>.
確定! 回上一頁