日期:2014-05-17 浏览次数:20407 次
@foreach (var doc in Model.Magazine) { <text>标题:</text> @doc.Title; <text>页数</text> @doc.FlvCount; <br /> }