我无法在 iframe 中打开链接。如果我打开 w3schools.com,它可以正常工作。但对于谷歌,脸书它无法在 iframe 中看到它。
<!DOCTYPE html>
<html>
<body>
<iframe src="http://www.facebook.com" height="800px">
<p>Your browser does not support iframes.</p>
</iframe>
</body>
</html>