mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 18:32:22 +00:00
Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages
This commit is contained in:
commit
ca88fdd115
@ -823,7 +823,7 @@ Reflect.get(obj, "foo", wrapper);
|
|||||||
|
|
||||||
等同于`delete obj[name]`。
|
等同于`delete obj[name]`。
|
||||||
|
|
||||||
**(5)Refl2ect.construct(target, args)**
|
**(5)Reflect.construct(target, args)**
|
||||||
|
|
||||||
等同于`new target(...args)`,这提供了一种不使用new,来调用构造函数的方法。
|
等同于`new target(...args)`,这提供了一种不使用new,来调用构造函数的方法。
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user