12 2021 档案

摘要:1. 封装一个document.getElementById的方法 方案一: function get(id) { let stack = [document.body]; do{ const current = stack.pop(); // body if(current.getAttribut 阅读全文
posted @ 2021-12-29 22:00 冉姑娘 阅读(63) 评论(0) 推荐(0) 编辑
摘要:html 1. localStorage和sessionStorage有什么不同? 2. ES5中的数组方法有哪些(forEech,map,filter,some,reduce) 3. forEach和map有什么不同 4. forin和forof有什么不同 CSS 1.网站优化的内容有哪些 2.c 阅读全文
posted @ 2021-12-07 20:38 冉姑娘 阅读(477) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示