mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
@@ -516,7 +516,7 @@ let { o: ({ p: p }) } = { o: { p: 2 } };
|
||||
// 报错
|
||||
function f([(z)]) { return z; }
|
||||
// 报错
|
||||
function f([z: (x)]) { return x; }
|
||||
function f([z,(x)]) { return x; }
|
||||
```
|
||||
|
||||
(3)赋值语句的模式
|
||||
|
||||
Reference in New Issue
Block a user