mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
@@ -520,7 +520,7 @@ function f([(z)]) { return z; }
|
||||
([a]) = [5];
|
||||
```
|
||||
|
||||
上面代码将整个模式放在模式之中,导致报错。
|
||||
上面代码将整个模式放在圆括号之中,导致报错。
|
||||
|
||||
```javascript
|
||||
// 报错
|
||||
|
||||
Reference in New Issue
Block a user