1、存在
dim d set d=Server.CreateObject("Scripting.Dictionary") d.Add "c", "China" d.Add "i", "Italy" if d.Exists("c")= true then Response.Write("键存在。") else Response.Write("键不存在。") end if set d=nothing
2、遍历值
a=d.Items for i = 0 To d.Count -1 s = s & a(i) next Response.Write(s)
3、遍历主键
a=d.Keys for i = 0 To d.Count -1 s = s & a(i) next Response.Write(s)
4、返回值
d.Add "c", "China" d.Add "i", "Italy" Response.Write("项目 i 的值是:" & d.item("i"))
5、修改主键
d.Add "c", "China" d.Add "i", "Italy" d.Key("i") = "it" Response.Write("键 i 已设置为 it,其值是:" & d.Item("it"))
6、返回数量
d.Count
7、删除
DictionaryObject.Remove(key) DictionaryObject.RemoveAll
八月 19, 2017
Hey I am so glad I found your blog page, I really found you by mistake, while I was looking on Askjeeve for something else, Anyways I am here now and
would just like to say kudos for a remarkable post and a all round interesting blog
(I also love the theme/design), I don’t have time to
browse it all at the minute but I have saved it and
also included your RSS feeds, so when I have time I will be back
to read a great deal more, Please do keep up the excellent
job.
八月 21, 2017
Hi, I would like to subscribe for this blog to take newest updates, therefore where can i
do it please help.
八月 22, 2017
It’s very effortless to find out any topic on web as compared to
books, as I found this paragraph at this web site.
九月 06, 2018
each time i used to read smaller content which as well clear their motive, and that is also happening with this article which I am reading here.
九月 07, 2018
Hello, i read your blog occasionally and i own a similar one and i was just
wondering if you get a lot of spam feedback? If so how do you protect against it, any plugin or anything you can recommend?
I get so much lately it’s driving me crazy so any
help is very much appreciated.
九月 08, 2018
Hi there! I simply wish to give you a big thumbs up for the
excellent info you have here on this post. I am coming back
to your website for more soon.
九月 08, 2018
I believe this is one of the such a lot significant info for me.
And i’m satisfied studying your article. However should
statement on few common things, The site style is wonderful, the articles is in reality great : D.
Good job, cheers
九月 09, 2018
Wow, superb blog layout! How long have you been blogging for?
you made blogging look easy. The overall look of your
site is fantastic, let alone the content!
九月 10, 2018
Very good write-up. I absolutely appreciate this site.
Thanks!
九月 10, 2018
An interesting discussion is worth comment. I
do think that you need to publish more about this subject, it might not be a taboo matter but generally people don’t talk about
such subjects. To the next! Best wishes!!