看看下面:
Array.isArray(Array.prototype) //true.
当从chrome浏览器控制台打印出来后
[constructor: ƒ, concat: ƒ, pop: ƒ, push: ƒ, shift: ƒ, …]
但是却不能得到 Array.prototype[0], Array.prototype[1]... or Array.prototype.length
但是Object.prototype 却是
{constructor: ƒ, __defineGetter__: ƒ, __defineSetter__: ƒ,
hasOwnProperty: ƒ, __lookupGetter__: ƒ, …}
为什么啊?
慕斯王
婷婷同学_
森栏
倚天杖
相关分类