class PromisePool extends EventEmitter { constructor(params,fn,max) { super(); this.params = params; // 非同步函式的引數陣列this.fn = fn; ...
確定! 回上一頁