@using CP.Model.ZiXun.DTO @model List
推荐资讯
@if (Model != null && Model.Count > 0) { foreach (var item in Model) { @item.Title } }