<html>
<title>iframe_test</title>
<head>
</head>
<body>
<iframe src="test_page_with_links.html" width="whatever" height="whatever" /></iframe>
</body>
</html>
我试图找出一种方法让人们可以将 iframe 添加到他们自己的网站中添加额外的导航链接,但是如果我尝试从 iframe 中将 window.top.location 更改为假设 /profile,浏览器转到包含 iframe /profile 的网站,而不是 iframe 位于 /profile 的网站 - 希望这是有道理的