下载安装了Ngrok,在本地启动一个web server,就能够从外网访问啦。
    image.png

    1. // app.UseHttpsRedirection();
    2. app.UseCors(x => x
    3. .AllowAnyMethod()
    4. .AllowAnyHeader()
    5. .AllowAnyOrigin());
    1. /ngrok.exe http 5015

    image.png

    可以看到,在手机上可以访问了