适用js数组存放键值对map
(2011-01-20 14:22:15)
标签:
键值获取自定义数组存放it |
分类: JavaScript |
//自定义Map对象
function Map(){
}
//使用
var
bb.put("cc",dd);
alert(bb.get("cc"));