摘要: const promise1 = fetch('https://api.example.com/data1'); const promise2 = fetch('https://api.example.com/data2'); ​ Promise.all([promise1, promise2]) 阅读全文
posted @ 2024-03-29 14:33 Felix_Openmind 阅读(44) 评论(0) 推荐(0)
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}