输出图片乱码?求解答
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--><?php $img=imagecreatefromgif("./images/1.gif");//自己随便找张gif图片 echo "width:".imagesx($img)."px</br>"; echo "height:".imagesy($img)."px"; imagegif($img); imagedestroy($img);