PHP ?? ??? ?? ??
<?php /*打開圖片*/ $src = "https://img.php.cn/upload/course/000/000/004/581454f755fb1195.jpg"; $info = getimagesize($src); $type = image_type_to_extension($info[2],false); $fun = "imagecreatefrom{$type}"; $image = $fun($src); ?>
?? ???? ???? ?? ??? ??? ???? ?? ???? ??? ? ???? ??? ???? ?????. ????.