2015年11月18日
摘要: 构造: function Map() { this.keys = new Array(); this.data = new Array(); //添加键值对 this.set = function (key, value) { if (this.data[key] == null) {//如键不存在 阅读全文
posted @ 2015-11-18 09:50 紫炎 阅读(3835) 评论(0) 推荐(1)