摘要: int num = 0; private void button1_Click(object sender, EventArgs e) { num += 1; string[] str1 = new string[] { "A", "B", "C" }; string[] str = new string[6]; str[0] = "AA"; str[1] = "BB"; str[2] = "CC"; ... 阅读全文
posted @ 2012-10-30 16:31 bdf216 阅读(483) 评论(0) 推荐(0) 编辑