扫码下载编程狮APP
<html> <body> <FONT COLOR=#ff0000><% dim d set d=Server.CreateObject("Scripting.Dictionary") d.Add "n", "Norway" d.Add "i", "Italy" Response.Write("The value of the item n is: " & d.item("n")) set d=nothing %></FONT> </body> </html>