tijian_tieying/web/dccdc/Views/news/newsinfoShow.cshtml

16 lines
253 B
Plaintext
Raw Normal View History

2025-02-20 12:14:39 +08:00
@{
ViewBag.Title = "newsinfoShow";
}
@model dccdc.Models.newsinfoModel
<div style="width:1004px; margin:0 auto;">
<center>
<h2>@Model.bt</h2>
</center>
<hr />
<div style="">
@Html.Raw(Model.nr)
</div>
</div>