ngrok的简单使用
下载https://ngrok.com/download,并注册
下载后解压到项目目录下
在注册的ngrok里查看authtoken
在项目目录下打开终端执行 ./ngrok authtoken yourAuthtoken
./ngrok authtoken yourAuthtoken
./ngrok http 8080
在浏览器打开http://f07eb531.ngrok.io 这个地址就是可以外网访问的你的项目
在浏览器打开http://127.0.0.1:4040,这个地址是记录访问请求的