h为Hashtable
来源gao.dai.ma.com搞@代*码网
代码如下:
foreach (DictionaryEntry de in h)//h为Hashtable
{
Response.Write(de.Key + “
“);
}
{
Response.Write(de.Key + “
“);
}
以上就是asp.net Hashtable 遍历写法的详细内容,更多请关注gaodaima搞代码网其它相关文章!
h为Hashtable
来源gao.dai.ma.com搞@代*码网
以上就是asp.net Hashtable 遍历写法的详细内容,更多请关注gaodaima搞代码网其它相关文章!