foreach遍历各种数组(ArrayList要用Object来遍历)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace TraversalArray{ class Program { static void Main(string[] args) { string[,] Department = { { "Sales", "Product", "Engineer" }, { "Warehouse", & 阅读全文
posted @ 2013-07-15 09:07 wsmmdts 阅读(720) 评论(0) 推荐(0)
浙公网安备 33010602011771号