摘要: 原生JS封装: moreSelect: function (url,elements) { function GetArea(url) { this.url = url this.init(elements) } GetArea.prototype = { num: 0, selections: n 阅读全文
posted @ 2019-04-04 16:38 孤独旅者94 阅读(304) 评论(0) 推荐(0)
摘要: let EventList = { //key:[] } const $on = (EventName, cb) => { if (!(EventList[EventName])) { EventList[EventName] = []; } EventList[EventName].push(cb 阅读全文
posted @ 2018-12-27 22:31 孤独旅者94 阅读(361) 评论(2) 推荐(1)