@using KJH55128_Rec.ViewModels @model List
最新资讯
更多
@if (Model != null && Model.Count > 0) { foreach (NewsItem subitem in Model) { } }