gpt4 book ai didi

jquery - 在 html 页面上嵌入松弛

转载 作者:太空狗 更新时间:2023-10-29 15:55:01 27 4
gpt4 key购买 nike

我在将 slack feed 嵌入 html 站点时遇到问题。当我尝试使用 iframe 时,它​​只是显示为一个白框。我试过使用 jquery

<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"> .
</script>
<script>
$("#testLoad").load("http://www.SlackURLHere");
</script>
</head>
<body>

<div id="testLoad"></div>

<iframe src="http://www.SlackURLHere"></iframe>
</body>
</html>

我已经尝试在 iframe 和 jquery 上使用 "http""https" 但没有成功。 :( 因此,如果您有任何其他方法,请分享!

谢谢

最佳答案

刚刚试过这个,看起来它不会显示的原因是因为 slack.com 将 X-Frame-Options header 设置为 SAMEORIGIN。换句话说,您只能在 slack.com 上嵌入该页面,而不能在其他任何地方嵌入该页面。

关于jquery - 在 html 页面上嵌入松弛,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32041731/

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