摘要:
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 ... 阅读全文
摘要:
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);... 阅读全文