在firefox和IE中使用<img src="http://localhost/admin/Shared/Image.aspx?imageID=c18eca11-29e9-46fa-a4b8-16e6ff95be11&Width=140&Height=123">都是好的
但是把SRC中的图片地址单独拿出来放在firefox中打开的是乱码,但是IE却是好的,代码如下:
byte[] bt = new byte[stream.Length];
bt = stream.ToArray();
Response.BinaryWrite(bt);搞死我了,谢谢!