标签: html database jsp tags formatting
我将带有html标签的文本发送到MySQL数据库:
<p>Hello</p><br> <h3>Header</h3>
但是当我从我的数据库中检索它到我的JSP页面时,它看起来像:
<p>Hello</p><br> <h3>Header</h3>
如何在输出时保留富文本格式?