c# for循环获取dictionary的键和值
摘要:
protected void Button1_Click ( object sender, EventArgs e ) { Dictionary DicTest = new Dictionary(); DicTest.Add( "a", "1" ); DicTest.Add( "b", "2" );... 阅读全文
posted @ 2014-10-08 11:51 贵梅之爱 阅读(6488) 评论(4) 推荐(1)
浙公网安备 33010602011771号