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
相关文章
相关标签/搜索