Promise.all() 方法接收一个promise的iterable类型(注:Array,Map,Set都 ... var p = Promise.all([]); // will be immediately resolved var p2 ...
確定! 回上一頁