<?php $img = imagecreatefromjpeg($filepath); header('Content-Type: image/jpeg'); imagejpeg($img); imagedestroy($img); ...
確定! 回上一頁