2

这是一个字段的值:

"This is my special statement.\nLine 2.\nLine 3."

在我的文本区域中,它显示如下:

This is my special statement.
            Line 2.
            Line 3.

erb的这个文本区域的代码是:

<%= text_area :user, :custom_statement, :class => "field" %>

知道这里发生了什么吗?

4

2 回答 2

0

您是否以文本区域的内容为中心?检查 .field 的 CSS。

于 2012-05-10T13:21:06.583 回答
0

它很简单:

"Your text".gsub("\n","\r")
于 2013-04-10T10:38:20.490 回答