摘要:
2020-09-15 11:36:16 玩过扑克牌的人一般都有过从小到大将牌排好的习惯,当你抽到一张牌小于你手上某个位置上的拍的时候,你都会将新拿到的牌插入到适合的位置。 1 using System; 2 using System.Collections.Generic; 3 using Syst 阅读全文
摘要:
如下: static List<string> weekCreate() { List<string> weekLi = new List<string>(); Random rand = new Random(); for (int i = -6; i <= 0; i++) { string ho 阅读全文