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.
有没有什么方法可以捕获网页截图,使输出看起来像使用移动设备(如 iphone)时网站的外观?我尝试使用 iphone 用户代理,并使用完全相同的分辨率,但结果不一样。
我试图使用这个 html 来呈现一个简单的页面:
<html> <head>...</head> <body> <img src="..." style="400px;height:300px" /> </body>
我知道这段代码没有响应。虽然我希望 phantomjs 以设备呈现它的方式呈现它。
谢谢