摘要: export function getData(el, name, val) { const prefix = 'data-' if (val) { return el.setAttribute(prefix + name, val) } return el.getAttribute(prefix + name) } 阅读全文
posted @ 2018-10-13 10:13 二月花开 阅读(314) 评论(0) 推荐(0) 编辑