如何在html 5中设置画布上的其他网站?

问题描述 投票:0回答:1

我想在浏览器的网站上打开google.com,我可以在画布上设置网站吗?还是有办法解决?

<img id="scream" src="https://www.google.com/" alt="The Scream" width="220" height="277">
javascript html5 web html5-canvas
1个回答
0
投票

您可以使用iframe标记,如下所示:

<iframe style="width: 100%; height: 300px; overflow: hidden" src="https://www.google.com/webhp?igu=1"></iframe>
© www.soinside.com 2019 - 2024. All rights reserved.