gpt4 book ai didi

html - 使用本地主机应用程序的 iframe

转载 作者:搜寻专家 更新时间:2023-10-31 08:25:33 24 4
gpt4 key购买 nike

我有一个 Rails 应用程序页面,我想将其用作不同网页上的 iframe。我的 Rails 应用程序的一部分是我的 score 对象的 new View 。目前我的 Rails 应用只是在本地托管。为了测试我的 iframe,我在 Rails 应用程序的 public 文件夹中有一个 HTML 页面。

这是test.html页面

<html>

<iframe width="400" height="400" src="scores/new?site_id=191">

</iframe>

</html>

不过,这是行不通的。这是我在检查 iframe 时遇到的错误

获取文件:///Users/spencerhanson/Documents/Projects/net-promoter-score/public/scores/new?site_id=191 net::ERR_FILE_NOT_FOUND

我知道 public/scores/new/.. 不存在于我的项目中。我不明白为什么它要看那里。 test.html 文件位于 /public/ 目录中。这里的事情是,我以前有过这个工作,在我的 iframe 中使用相同的 src 标签。我没有做任何更改,然后有一天 iframe 在我的测试页上停止工作。我不知道出了什么问题。我知道它可能是我的 iframe 的 src 标记,因为我正试图在同样是本地的页面上显示本地托管的网站

最佳答案

我发现打开 html 文件为 localhost:3000/test.html就是答案,感谢@absurdhero

关于html - 使用本地主机应用程序的 iframe,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37279383/

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