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 3 博客,文本存储在数据库中,其中包含标记标签,但是当我显示帖子时,我看到的是标记标签而不是预期的输出。因此,我在博客文章中看到了一些文本,而不是一些粗体文本。
如何使文本变为粗体?谢谢!
试试这个 :
<%= str.html_safe %>