import fetch from "node-fetch"; import { AbortController } from ... await fetch("https:/www.google.com", { signal }); // Abort fetch after ...
確定! 回上一頁