function isPrime(number, timeout = 2000) { const controller = new AbortController() // 调用其absort 方法取消请求 setTimeout(() ...
確定! 回上一頁