摘要: 1、准备知识 1、将伪数组转换为真数组 const lis2 = [].slice.call(lis) / array.prototype.slice.call(lis) //lis2为真数组 ES6:Array.from(lis) 2、node.nodetype type:document、ele 阅读全文
posted @ 2020-07-12 22:30 希望の曙光 阅读(116) 评论(0) 推荐(0)