如何将instagram页面加载到框架中。 我在下面编写的代码阻止了instagram页面
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<iframe src="https://www.instagram.com"></iframe>
<button> Start </button>
</body>
</html>
答案 0 :(得分:0)
简短的回答:您不能。
长答案:instagram使用HTTP标头x-frame-options: SAMEORIGIN
,因此网络浏览器不会在<iframe>
标签中显示页面。