我可以访问http://localhost:1284/UploadResult.ashx?flag=0
并且它有效。我正在用 ASP 编程,我需要能够访问该站点。
稍后我想测试我的 android 应用程序以访问我的本地服务器。所以我打算从另一台电脑访问我的网站,实际上是一部智能手机。
我应该用什么替换本地主机?
如果我想通过IP访问它,以便我的网络朋友可以访问它呢?
我想我应该使用IP
所以我做了:
ping 计算机名
结果是
Pinging computerName [fe80::7dc7:e3ae:363c:180f%15] with 32 bytes of data:
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
Reply from fe80::7dc7:e3ae:363c:180f%15: time<1ms
那么我应该如何访问它呢?
http://[fe80::7dc7:e3ae:363c:180f%15]:1284/UploadResult.ashx?flag=0
不起作用。
如果我尝试从我自己的计算机(而不是联网计算机)访问该站点并尝试
http://computername:1284/UploadResult.ashx?flag=0