我想在.net中使用hashtable
使用以下代码后,提示hashtable是个类型不能用做表达式
Hashtable(ht = New Hashtable)
使用ArrayList也是这样的问题
为什么?