mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
docs(proxy): fix #943
This commit is contained in:
+1
-1
@@ -613,7 +613,7 @@ var handler = {
|
||||
};
|
||||
```
|
||||
|
||||
`construct`方法可以接受两个参数。
|
||||
`construct`方法可以接受三个参数。
|
||||
|
||||
- `target`:目标对象
|
||||
- `args`:构造函数的参数对象
|
||||
|
||||
Reference in New Issue
Block a user