mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-28 04:42:21 +00:00
commit
8b3b5f8aca
@ -1069,7 +1069,7 @@ var ia;
|
||||
onmessage = function (ev) {
|
||||
ia = ev.data;
|
||||
console.log(ia.length); // 100000
|
||||
console.log(ia[37]); // 输出 163,因为这是第138个质数
|
||||
console.log(ia[37]); // 输出 163,因为这是第38个质数
|
||||
};
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user