如何从创建者的IP地址嵌入HTML?

时间:2019-03-11 15:00:51

标签: html html5 iframe embed

<!DOCTYPE html>
<html>
<body>
<iframe src="https://www.randomExample.com" width=100% height=768px>
</body>
</html>

我正在尝试为randomExample.com嵌入。我做了上面的代码,它工作正常。但是,由于iFrame会显示该网站是否由用户查找,因此在另一台计算机上,randomExample.com被阻止。 因此,我不想从客户端的角度显示iFrame,而是从创建者的角度显示iFrame。 有办法吗?

0 个答案:

没有答案