function ajax(options) { return new Promise(function(resolve, reject) { $.ajax(options) ... 正確用法. 使用 Promise.all ,並以 map 取代 forEach 。
確定! 回上一頁