gpt4 book ai didi

ruby-on-rails - 在没有 <%= 的情况下在 ERB 中打印?

转载 作者:行者123 更新时间:2023-12-04 17:25:45 25 4
gpt4 key购买 nike

有时用 <%%> 打印更方便。如何在 Rails 中做到这一点?

最佳答案

http://api.rubyonrails.org/classes/ActionView/Helpers/TextHelper.html#method-i-concat

应该是你要找的。

例如。以下语句使用 concat :

<% concat "Output" %>

相当于:
<%= "Output" %>

关于ruby-on-rails - 在没有 <%= 的情况下在 ERB 中打印?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1737252/

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