javascript深淺拷貝

underscore 的源碼中,有很多地方用到了 Array.prototype.slice() 方法,但是並沒有傳參,實際上只是爲了返回數組的副本,例如 underscore 中 clone 的方法: // Create a (shallow-cloned) duplicate of an object.// 對象的 `淺複製` 副本// 注意點:所有嵌套的對象或者數組都會跟原對象用同一個引用/
相關文章
相關標籤/搜索