gpt4 book ai didi

ruby-on-rails - 确认框中的换行符

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

我想在我的警报框中有两行

现在我有以下几点:

<%= link_to 'back', 'history.back()', :confirm => 'Are you sure? This is my second line' %>

我尝试添加 '\n' 但它不起作用,它只是在我的文本之间写入\n。我该怎么办?

先感谢您

最佳答案

我认为您的确认文本周围的单引号导致 \n按字面意思解释。尝试这个:

<%= link_to 'back', 'history.back()', :confirm => "Are you sure? \n This is my second line" %>

关于ruby-on-rails - 确认框中的换行符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6379696/

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