我想在我的网站中嵌入一个 iphone/智能手机模拟器。我找到了这个:
https://github.com/rioleo/web-iphone-simulator
将文件添加到我的目录后,并尝试嵌入它:
<div align="center"><iframe src="http://localhost:8080/iphone?url=mysite" width="540" height="900" frameborder="0"></iframe></div>
出现一个空白框,并显示消息“服务器拒绝连接”。
是什么导致了这个问题,有人知道其他可以嵌入网站的免费模拟器吗?