Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
<% dim d, a, s, i set d=Server.CreateObject("Scripting.Dictionary") d.Add "c", "China" d.Add "i", "Italy" Response.Write("key/item 对的数目是:" & d.Count) set d=nothing %>