我想像浏览器一样在我的网站中打开google.com,可以在画布上设置网站吗? 还是有什么办法解决?
<img id="scream" src="https://www.google.com/" alt="The Scream" width="220" height="277">
答案 0 :(得分:0)
您可以使用 iframe 标签,如下所示:
<iframe style="width: 100%; height: 300px; overflow: hidden" src="https://www.google.com/webhp?igu=1"></iframe>