变量名 投注奖池,投注人数,中奖人数,参与额,中奖额,以下面的格式 public long BetPool { get; set; }
public long BetPool { get; set; } public int NumberOfBettors { get; set; } public int NumberOfWinners { get; set; } public long TotalAmountBet { get; set; } public long TotalAmountWon { get; set; }
原文地址: https://www.cveoy.top/t/topic/qkc 著作权归作者所有。请勿转载和采集!