JS | Promise.all

Testinggit function getURL(URL) { return new Promise(function (resolve, reject) { var req = new XMLHttpRequest(); req.open('GET', URL, true); req.onload = function () { if (req.status =
相關文章
相關標籤/搜索