1. 为什么用 nodemon 2. 安装 npm install -g nodemon // 安装 nodemon -v // 查看版本 3. 使用 // 将 node 改为 nodemon; nodemon demo.js;