@using KJH55128_Rec.ViewModels @model List
推荐资讯
@if (Model != null && Model.Count > 0) { foreach (NewsItem subitem in Model) { @subitem.Title } }