Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Rails 应用程序中,我有很多text在迁移文件中声明的数据。但是当我在视图中打印这些属性/字段时,所有的换行符都丢失了,我得到了一大块文本。如何维护换行符?
text
这是一个 HTML 问题。它的规则规定连续的空白被转换为单个空格。
Rails 有一个simple_format将文本块包装在
simple_format
标签,这样你就可以得到你想要的分离