gulp-cheerio差=插件可以gulp.task('indexHtml',function(){returngulp.src('index.html').pipe(cheerio(function($){$('script').remove();$('link').remove();$('body').append('');$('head').append('');})).pipe(gulp.dest('dist/'));});