02 2019 档案

摘要:Chrome 调试技巧 1、alert 这个不用多说了,不言自明。 可参考:https://www.cnblogs.com/Michelle20180227/p/9110028.html 2、console 想必大家都在用 console.log 在控制台输出点东西,其实console还有其它的方法 阅读全文
posted @ 2019-02-15 16:55 慕容冰菡 阅读(214) 评论(0) 推荐(0) 编辑
摘要:ES6 数组方法拓展 1、Array.from() Array.from方法用于将两类对象转为真正的数组:类似数组的对象(array-like object)和可遍历(iterable)的对象(包括ES6新增的数据结构Set和Map)。下面是一个类似数组的对象,Array.from将它转为真正的数组 阅读全文
posted @ 2019-02-15 15:58 慕容冰菡 阅读(167) 评论(0) 推荐(0) 编辑