这里用for + break 去做次数限制Promise.retry = function(fn, max = 5) { return new Promise(async (resolve, reject) => { let res = null for ...
確定! 回上一頁