gpt4 book ai didi

ruby-on-rails - 格式化复数

转载 作者:行者123 更新时间:2023-12-04 07:14:54 24 4
gpt4 key购买 nike

我有一个案例,我需要使用复数来正确拼写某些东西。但是,我需要像这样呈现 html:

<span>1</span> thing

或者,
<span>3</span> things

我可以编写一个辅助方法,但我只是确保框中没有可以执行此操作的内容。

最佳答案

这使用 Rails 类 TextHelper使用 Inflector如果需要,可以进行复数。

def pluralize_with_html(count, word)
"<span>#{count}</span> #{TextHelper.pluralize(count, word)}"
end

关于ruby-on-rails - 格式化复数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/507827/

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