tijian_tieying/web/dccdc/Views/news/newsinfoShow.cshtml
2025-02-20 12:14:39 +08:00

16 lines
253 B
Plaintext

@{
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>