为了账号安全,请及时绑定邮箱和手机立即绑定

股票WebServices byte[] 图片

股票WebServices byte[] 图片

青春有我 2018-08-21 08:06:05
股票WebServices 返回byte[]如果何转成图片,如果控制width,height,位置?我用下面的代码是画出来了,但不知道怎么控制图片的位置及width,height难道只能像做验证码一样<img src="img.aspx" width="" height="" /> ??cn.com.webxml.www.ChinaStockWebService stock = new cn.com.webxml.www.ChinaStockWebService();string code = "sh000001";byte[] imgByte = stock.getStockImageByteByCode(code);Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);Response.ClearContent();Response.ContentType = "image/gif";Response.BinaryWrite(imgByte);Response.End();
查看完整描述

1 回答

?
一只名叫tom的猫

TA贡献1906条经验 获得超3个赞

在Reponse里画。

查看完整回答
反对 回复 2018-08-22
  • 1 回答
  • 0 关注
  • 577 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信