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.
我将此编辑器用于管理站点django-wysiwyg-redactor
但是当我输入一些文本时,它会用 html 标签粘贴它。在发现我的源代码时,我注意到负责我的输入数据的 html 代码放在引号中。
我认为您必须使用“安全”,即内置模板过滤器才能在模板中正确呈现 html。例子:
{{ myTextField|安全 }}
在 django 文档中安全