gulp.task('one',function(cb){ //cb为任务函数提供的回调,用来通知任务已经完成 //one是一个异步执行的任务 exec(function(){ console.log('one ...
確定! 回上一頁