一,搭建迷你服务器 1,创建一个文件夹为mini_server 2, win+r打开cmd命令, cd mini_server路径 3,加载npm npm init package name mini_server 4,安装express npm i express 5