Skip to content
字数
172 字
阅读时间
1 分钟

![[Pasted image 20240227210746.png]]

![[Pasted image 20240228093604.png]]

![[Pasted image 20240228093720.png]]

![[Pasted image 20240228094725.png]]

![[Pasted image 20240228094741.png]]

![[Pasted image 20240228100409.png|在构造函数上添加方法]]

在构造函数上添加方法意味着在实例化对象后,每一个对象中都会产生不同的方法,会造成内存浪费

![[Pasted image 20240228100603.png|在构造函数的prototype上添加方法(true)]] ![[Pasted image 20240228101519.png|false]]

![[Pasted image 20240228160343.png]]

![[Pasted image 20240228160624.png]]

![[Pasted image 20240228183909.png]]

任何函数都可以看作由 array 这个构造函数 new 出来的,push,pop,slice,方法都是定义在Array.prototype 上的,数组也可以调用 hasOwnProerty和 toString 方法 ![[Pasted image 20240228201031.png]]

![[Pasted image 20240229180834.png]]

![[Pasted image 20240229181533.png]]

![[Pasted image 20240511220907.png]]

贡献者

The avatar of contributor named as sunchengzhi sunchengzhi

文件历史

撰写