import retry from 'p-retry' import fetch200 from './fetch200' const resultResponse = await retry( () => { fetch200(url) }, { retries: 10, maxRetryTime: 10 ...
確定! 回上一頁