@{ Layout = "~/Views/Shared/_empty.cshtml"; } @section head{ @ViewBag.title } @section content{
@ViewBag.imgalt
保存图片
} @section script{ }