gif只有0.gif的第一帧,静止不动,图片没问题,GD库支持,谢谢 header("Content-Type:image/gif");$img = imagecreatefromgif('0.gif');imagegif($img);