摘要: 摘自网络 static void Main(string[] args) { //各物品的概率保存在数组里 float[] area = new float[4]{ 0.5f, 0.5f, 0, ... 阅读全文
posted @ 2016-08-15 17:10 chenjingchun 阅读(4333) 评论(0) 推荐(0) 编辑