async.series就是顺序执行的啊,一个执行完成后才执行下一个,所以时间会累加起来: Run the functions in the tasks array in series, each one running once the ...
確定! 回上一頁