axios 自帶的cancelToken可以幫我們實現這個需求,並且提供給瞭我們一個現成 ... const service = axios.create({}); const penddingMap = new Map(); ...
確定! 回上一頁