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