摘要: let $ = jQuery = (function () { // 伪构造函数,用于jquery对象 function construct(dom, selector) { let i, len = dom ? dom.length : 0 for (i = 0; i < len; i++) th 阅读全文
posted @ 2022-03-19 23:52 Bin_x 阅读(90) 评论(0) 推荐(0)