var q = async.queue(function (data, callback) { console.log(data.name); callback(null) },5). 少了callback. An asynchronous function for ...
確定! 回上一頁