@using KJH55128_Rec.ViewModels @model List @if (Model != null && Model.Count > 0) { foreach (LotteryViewModel item in Model) { @*开奖号码处理*@ @*和值特征 处理*@ @(int.Parse(item.hezhi) % 2 == 0 ? Html.Raw("") : Html.Raw("")) } }
开奖时间 期数 号码 和值特征 奇偶比 奇偶形态 大小比 跨度
@item.OpenTime @item.Term @if (item.RedBall != null && item.RedBall.Length > 0) { foreach (string ball in item.RedBall) { @ball } } @if (item.BlueBall != null && item.BlueBall.Length > 0) { foreach (string ball in item.BlueBall) { @ball } } @item.hezhi@item.jio @item.jioxt @item.daxiao @item.kuadu