gpt4 book ai didi

html - Rails 如何转义并显示渲染 View 的内容

转载 作者:数据小太阳 更新时间:2023-10-29 07:51:14 25 4
gpt4 key购买 nike

我正在尝试在文本区域中显示 Rails View 文件。 View 文件包含一堆 HTML,我想将其转义,以免干扰页面 html。这是一个例子:

In this view we are going to display the contents of a partial
<textarea>
<%= html_escape render('partial') %>
</textarea>

在 partial.html.erb 中我会

Hello this is partial.html.erb and this is a 
<textarea>textarea</textarea> blah blah blah.

问题是:partial.html 中的文本区域破坏了第一个 View 中的文本区域,因为它没有被 html_escaped。如何对文本区域内的部分内容进行属性转义和显示?

最佳答案

你尝试过使用

<%= CGI.escapeHTML render('partial') %>

关于html - Rails 如何转义并显示渲染 View 的内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4018877/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com