如何在HTML 5中的画布上设置其他站点?

时间:2019-02-25 17:36:01

标签: javascript html5 web html5-canvas

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

<img id="scream" src="https://www.google.com/" alt="The Scream" width="220" height="277">

1 个答案:

答案 0 :(得分:0)

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

<iframe style="width: 100%; height: 300px; overflow: hidden" src="https://www.google.com/webhp?igu=1"></iframe>