2015年3月1日

c#基础 第三讲

摘要: Random r = new Random(); string x, y; while (true) { int a = r.Next(0, 3); int b = r.Next(0, 3); switch (a) { case 0://剪刀 x = "剪刀"; break; ... 阅读全文

posted @ 2015-03-01 17:14 16932970 阅读(127) 评论(0) 推荐(0) 编辑

导航