如何从iPhone浏览器访问在localhost上运行的网站我正在移动网站上工作,并希望使用我的iPhone浏览器进行测试。我的Windows 7机器和iPhone在同一个无线网络上。如何从iPhone访问localhost?现在我收到404错误。
3 回答
慕慕森
TA贡献1856条经验 获得超17个赞
使用下一个URL模式:
http://<computer-name>.local:<port>
在哪里<computer-name>
可以找到System Preferences -> Sharing
如果您使用WebStorm内置服务器,请确保WebStorm -> Preferences Build, Execution, Deployment -> Debugger -> Can accept external connections
已打开
- 3 回答
- 0 关注
- 1202 浏览
添加回答
举报
0/150
提交
取消