使用AbortController const controller = new AbortController(); const signal = controller.signal; fetch("https://www.baidu.com", { signal }) .then((resp