摘要: 防止第一次请求比第二次更晚返回 导致第一次的结果覆盖第二次的结果 let fetchTimes = 0 const fetchData = (params) = { const current = ++fetchTimes const data = await fetchApi(params) if 阅读全文
posted @ 2024-11-07 16:33 ZerlinM 阅读(6) 评论(0) 推荐(0) 编辑