用PHP或JS获取图片大小、高宽尺寸_PHP教程
程序员文章站
2022-06-03 15:34:38
...
$arr=getimagesize("images/album_01.gif");
echo $arr[3];
$strarr=explode(""",$arr[3]);
echo $strarr[1];
?>
echo $arr[3];
$strarr=explode(""",$arr[3]);
echo $strarr[1];
?>