12 2021 档案
摘要:1. 封装一个document.getElementById的方法 方案一: function get(id) { let stack = [document.body]; do{ const current = stack.pop(); // body if(current.getAttribut
阅读全文
摘要:html 1. localStorage和sessionStorage有什么不同? 2. ES5中的数组方法有哪些(forEech,map,filter,some,reduce) 3. forEach和map有什么不同 4. forin和forof有什么不同 CSS 1.网站优化的内容有哪些 2.c
阅读全文