码迷,mamicode.com
首页 > 其他好文 > 详细

如果一张要显示的图片穿插着两个路径该怎么解决?

时间:2017-05-25 01:27:19      阅读:279      评论:0      收藏:0      [点我收藏+]

标签:file   img   server   model   text   map   als   图片   current   

if (File.Exists(HttpContext.Current.Server.MapPath(stuModel.Head)) != false)

            {

                //DAL.FaceImg faceImgDal = new DAL.FaceImg();

 

                //DownFile(headFirst + smodel.Head, smodel.Head, context);

 

                ////headFirst = "http://192.168.1.112:7101/";

                lterImgHead.Text = string.Format("<img src=‘{0}‘ alt=‘‘ width=‘100‘ height=‘100‘ />", AdminPath + (stuModel.Head));

            }

            else

            {

                lterImgHead.Text = string.Format("<img src=‘{0}‘ alt=‘‘ width=‘100‘ height=‘100‘ />", AdminBasicPath + (stuModel.Head));

            }

如果一张要显示的图片穿插着两个路径该怎么解决?

标签:file   img   server   model   text   map   als   图片   current   

原文地址:http://www.cnblogs.com/duanyuerui/p/6901639.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!