标签: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