1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

docs(proxy): fix #943

This commit is contained in:
ruanyf 2020-01-17 00:45:29 +08:00
parent a6abc6775e
commit 942bcc3ee2

View File

@ -613,7 +613,7 @@ var handler = {
}; };
``` ```
`construct`方法可以接受个参数。 `construct`方法可以接受个参数。
- `target`:目标对象 - `target`:目标对象
- `args`:构造函数的参数对象 - `args`:构造函数的参数对象