api.js. const Ajax = async (url, options, time) => { const controller = new AbortController(); setTimeout(() => { controller.abort(); } ...
確定! 回上一頁