一、功能需求删除指定目录下所有文件夹与文件二、解决方法:方法1. 使用递归函数进行文件夹与文件的删除:const fs = require('fs');const path = require('path');function de