移动模拟器 - 用户代理和屏幕分辨率相关的重定向
我想创建移动模拟器,例如 http://testiphone.com/。但对我来说重要的是,我希望它显示移动网站(如果存在),无论使用哪种重定向。使用用户代理重定向并不是那么难(cURL 或简单的 PHP 代理),但是如何处理依赖于广泛使用的屏幕分辨率的重定向呢?
I would like to create mobile simulator ie like http://testiphone.com/. But what is important to me, I want it to show mobile website if it exist regardless of what kind of redirection is used. With user agent redirection it isn't so hard (cURL or simple PHP proxy), but how to deal with redirection dependent on screen resolution that is widely used as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我最好的发现是使用 Opera Mini 模拟器: http://www.opera.com/developer /tools/mini/ 它是 Java,我可以将它嵌入到我的网站上
The best of my findings is using opera mini simulator: http://www.opera.com/developer/tools/mini/ It's Java and I could embed it on my site