string[] jp = {"a","b","c","d" }; Random r = new Random(); string getjp = jp[r.Next(4)];
getjp就是抽签结果
具体点要求