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 标记包装的内容并包含内联 CSS 样式。
问题是这些内容的显示就像它们在数据库中一样。我的目标是能够在执行 HTML 和 CSS 后显示真实的内容。
我正在使用 MySQL 数据库和 Symfony PHP 框架。
感谢您的帮助。
我假设您使用 Twig,在这种情况下您需要原始过滤器,例如:
{{ dataFromDatabase|raw }}