Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我的<iframe>网页上有一个。如何让这个 iframe 显示为 iPhone,例如,通过覆盖浏览器和操作系统的默认用户代理?这种效果是否可能在不安装扩展或需要用户交互的情况下实现?
<iframe>
虽然我正在寻找一个程序化和跨浏览器解决方案。
如果您尝试以编程方式从 Internet 中提取页面,最好的选择是使用类似wget或curl (libcurl). 除非您为其编写扩展程序,否则 Chrome 并不是真正的“可编程”。
wget
curl (libcurl)