1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-25 11:12:21 +00:00
Max 5a7e690e5f 修正querySelectorAll返回的NodeList集合不能使用forEach方法遍历的描述
修正querySelectorAll返回的NodeList集合不能使用forEach方法遍历的描述.
1.在chrome中querySelectorAll返回的NodeList集合可以使用forEach方法遍历
2.document.querySelectorAll('td').forEach(function (p) {
  console.log(p instanceof Object);
});
输出:
6 true
undefined
2017-04-12 13:14:13 +08:00
..
2017-02-13 11:32:56 +08:00
2017-03-28 19:46:30 +08:00
2017-03-28 20:22:04 +08:00
2017-01-09 11:26:56 +08:00
2017-02-28 20:27:36 +08:00
2016-11-23 17:15:39 +08:00
2017-02-14 07:32:28 +08:00
2017-04-11 13:07:06 +08:00
2017-04-10 01:49:05 +08:00
2017-03-04 23:15:00 +08:00
2016-04-24 10:09:27 +08:00
2017-03-16 15:00:49 +08:00
2017-02-14 07:32:28 +08:00
2017-03-29 14:53:21 +08:00
2017-03-28 19:34:01 +08:00
2017-03-27 07:09:55 +08:00
2017-03-27 12:45:33 +08:00
2017-02-14 07:32:28 +08:00
2017-03-29 13:41:41 +08:00
2017-02-07 11:38:45 +08:00
2017-02-03 19:51:40 +08:00
2015-11-13 13:22:20 +08:00
2017-03-14 13:48:00 +08:00