摘要: jQuery 如何获取元素 window.jQuery = function(selector) { const elements = document.querySelectorAll(selector); return { addClass(className) { for (let i = 0 阅读全文
posted @ 2020-05-03 20:13 过程是风景 阅读(113) 评论(0) 推荐(0)