for i=1 to dic.count
msgbox dic.item(i) 就會依次打印出字典裏面的值
next
而add是向字典中增加元素的操作
比如,dic.add key:=key1,value:=value1