摘要: /* 并发加载函数 id:唯一值 syncFunc:加载函数 */ const _map={} async function conCurentLoad (id,syncFunc) { //兼容并发加载的情况 if(!_map[id]){ _map[id]=[]; const res = await 阅读全文
posted @ 2020-11-13 19:20 无工时代 阅读(136) 评论(0) 推荐(0)