node.js最快速搭建一个HttpServer
先下载 http-server
npm install http-server -g
在目录里放一个index.html
cd D:\Web\InternalWeb start http-server -i -p 8081