一、调试环境搭建:VSCode集成方案 1.1 基础配置文件 在项目根目录创建.vscode/launch.json文件,配置Node.js调试环境: { "version": "0.2.0", "configurations": [ { "type": "node", "request":……