gpt4 book ai didi

ruby-on-rails - 页面显示代码而不是运行代码的结果

转载 作者:数据小太阳 更新时间:2023-10-29 07:52:10 26 4
gpt4 key购买 nike

在 localhost:3000/forum/new 中它显示了我的代码而不是它应该是的。

它显示了这个:

  New Forum

link_to "Back", root_path

这是我为这个页面准备的代码:

 <h1>New Forum</h1>

link_to "Back", root_path

它基本上显示了我所有的代码。知道如何解决这个问题吗?

最佳答案

我认为你正在尝试这样做:

  <h1>New Forum</h1>

<%= link_to "Back", root_path %>

您忘记了 <%=%>为您的代码。

关于ruby-on-rails - 页面显示代码而不是运行代码的结果,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33976145/

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