热门标签
Javascript实现KV Map:function KVMap()
{
this.elements = new Array();
//获取MAP元素个数
this.size = function() {
return this.elements.length;
}
//判断MAP是否为空
this.isEmpty = function() {
52cxy
·
评论 0
收藏 0
赞0
分享0
共1条记录 |上一页1下一页
到第页