我需要使用JavaScript以类似C#的方式存储一些统计数据:
var statistics = {}; statistics["Foo"] = 10; statistics["Goo"] = statistics["Goo"] + 1; statistics["Zoo"] = 1;
在JavaScript中是否有类似`Hashtable`或`Dictionary`的东西?
我该如何以这样的方式存储值?
用户名或电子邮箱地址
密码