摘要: DOM封装 window.dom = { create(string){ //创造一个节点 const container = document.createElement('template') container.innerHTML = string.trim(); return contain 阅读全文
posted @ 2020-12-31 13:54 时间观测者 阅读(47) 评论(0) 推荐(0) 编辑