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 应用程序。该应用程序的一部分从文本区域获取用户的输入,将其粘贴到数据库中,然后将其呈现在另一个页面上。如何确保通过此过程维护用户的回车和其他文本格式?
查看sanitize和simple_format方法(您可以一起使用它们)