<% dim d set d=Server.CreateObject("Scripting.Dictionary") d.Add "p", "RuanChen" d.Add "m", "MicroSoft" d.Key("p") = "po" Response.Write("元素p更改为po,值为: " & d.Item("po")) set d=nothing %>
效果会显示在右边 Create by 软晨网(RuanChen.com)