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

修订错误

This commit is contained in:
ruanyf 2014-05-01 19:30:52 +08:00
parent eaf1cc6509
commit 623deb8b00

View File

@ -190,6 +190,7 @@ m.get(hello) // Hello ES6!
m.get("edition") // 6
```
**3遍历**
Map原生提供三个遍历器。