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.
不知道如何解决这个问题。我应该使用 .html_safe 吗?
当页面呈现时,我得到了很多:
<div><br><
这显然不是我所追求的。
谢谢。
利用CGI.unescapeHTML
CGI.unescapeHTML
<%= CGI.unescapeHTML(content) %>