通常node网站有一个index.js文件,这个文件里有 server.start(router.route,handle); 字样。 命令行进入index.js所在文件夹路径,键入: node index.js 服务器就启动了。