摘要: 1 using System; 2 using System.Drawing; 3 using System.Windows.Forms; 4 using System.Media; 5 6 namespace dazimuyouxi_2 7 { 8 public partial class Form1 : Form 9 { 10 ... 阅读全文
posted @ 2017-12-19 22:41 绳命如此井猜 阅读(439) 评论(0) 推荐(0) 编辑
摘要: int[] face = new int[4]; Random ra = new Random(); for (int i = 0; i < face.Length; i++) { int count = 0; face[i] = ra.Next(0,2);... 阅读全文
posted @ 2017-12-19 22:10 绳命如此井猜 阅读(2506) 评论(0) 推荐(0) 编辑