@if (newsinfolist != null && newsinfolist.Rows.Count > 0) { for (int i = 0; i < newsinfolist.Rows.Count; i++) { if (i < 6) {
  • @(newsinfolist.Rows[i]["title"].ToString().Length > 30 ? newsinfolist.Rows[i]["title"].ToString().Substring(0, 30) + ".." : newsinfolist.Rows[i]["title"].ToString())
  • } } }
    @if (glinfolist != null && glinfolist.Rows.Count > 0) { for (int i = 0; i < glinfolist.Rows.Count; i++) { if (i < 6) {
  • @(glinfolist.Rows[i]["title"].ToString().Length > 30 ? glinfolist.Rows[i]["title"].ToString().Substring(0, 30) + ".." : glinfolist.Rows[i]["title"].ToString())
  • } } }
    @if (gginfolist != null && gginfolist.Rows.Count > 0) { for (int i = 0; i < gginfolist.Rows.Count; i++) { if (i < 6) {
  • @(gginfolist.Rows[i]["title"].ToString().Length > 30 ? gginfolist.Rows[i]["title"].ToString().Substring(0, 30) + ".." : gginfolist.Rows[i]["title"].ToString())
  • } } }
  • 新闻公告
  • 游戏特色
  • 开合区规则