摘要:
其实这个在MSDN中讲的很清楚了,但今天用到了就写一个小例子。private void button1_Click(object sender, EventArgs e) { string[] anary = new string] {aas, bbas, cc, dd, ee, asas, bas, fsa, asqwf }; string[] result = Array.FindAll(anary, match); foreach (var str in result) { textBox1.Text += str+"\t"; } } private bool mat 阅读全文
posted @ 2012-10-18 15:21
漓江水
阅读(205)
评论(0)
推荐(0)
2012年10月18日