对象原型所具有的基本特征:
1.toString()
2.toLocaleString()
3.valueOf()
4.constructor()
5.propertyIsnumerable()
6.hasOwnProperty()
7.isPrototypeOf()


构造器所具有的特殊成员
1.call()
2.apply()
3.caller()
4.bind()
5.arguments [object]
6.length [number]
7.prototype [objcet]

E5对于Object对象进行扩展.
1.create()
2.getPrototypeOf()
3.defineProperty()
4.defineProperties()
5.getOwnPropertyDescriptor()
6.keys()
7.getOwnPropertyNames()
8.seal()
9.freeze()
10.preventExtensions()
11.isSealed()
12.isFrozen()
13.isExtensible()

相关文章:

  • 2021-06-18
  • 2021-09-13
  • 2021-06-09
  • 2021-11-27
  • 2021-05-21
  • 2022-12-23
  • 2021-08-09
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-12-31
相关资源
相似解决方案