gulp.task('watch', async () => { gulp.watch('index.js', async () => { }); }); 现在gulp.watch 第二个参数不能是数组了,必须是一个回调函数,那么要如何在回调 ...
確定! 回上一頁