js中Map之基本用法

[c-sharp]  view plain  copy Array.prototype.remove = function(s) {          for (var i = 0; i < this.length; i++) {              if (s == this[i])                  this.splice(i, 1);          }      }
相關文章
相關標籤/搜索