gpt4 book ai didi

html - 如何隐藏iframe src链接

转载 作者:太空宇宙 更新时间:2023-11-04 15:16:57 42 4
gpt4 key购买 nike

我在主题中有以下 iframe 代码:

<!DOCTYPE html>
<html>
<body>

<iframe src="http://whatever.com">
<p>Your browser does not support iframes.</p>
</iframe>

</body>
</html>

有没有办法隐藏 iframe src 链接?我不想让用户看到 iframe 源代码。

提前致谢

最佳答案

Is there anyway to hide the iframe src link?

没有。

I don't want users to see the iframe source code.

抱歉,那么您根本不应该包含此 iframe。

像 FireBug 这样的工具可以非常容易地分析网络流量并准确查看 HTML 正在访问哪个站点。因此,无论您多么努力地混淆您的代码,将它埋在大量压缩、缩小的文件中,天知道还有什么其他 javascript 动态生成并将此 iframe 注入(inject) DOM,只需查看 Network tab of FireBug客户端将能够立即看到您发出的确切 HTTP 请求。

关于html - 如何隐藏iframe src链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14304815/

42 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com