async.series 實現

function isType(type){ return function(obj){ return Object.prototype.toString.call(obj) == "[object "+type+"]"; } } let async = { series(taskArray,callback){ let index = 0; let length = task
相關文章
相關標籤/搜索