学用 ASP.Net 之 System.Collections.Specialized.NameValueCollection 类

NameValueCollection 相当于 Key 和 Value 都是字符串的且能通过索引访问的哈希表.


主要成员:



其 Key 可为 null, 且可对应多个 Value:



练习: