开启关闭的方式: 命令行 输入 net start mongodb 就打开mongo的服务了 输入 net stop mongodb 关闭服务 验证是否成功的方式: 在浏览器中输入 http://localhost:27017 网页中出现这句英文就说明好了. It looks like you are trying to access MongoDB over HTTP on the native driver port. 具体安装详见: https://blog.csdn.net/qq_347…