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.
我正在为我编写的公司小部件编写文档,并希望在我们的开发站点上运行它,但我需要在页面中显示一些 jsp 源代码。
如何阻止代码被插值?
替换<为<和。>_>
<
<
>
>
如有必要,您可以将其设为 bean 属性并使用 JSTL<c:out>来显示它。它默认完成这项工作。
<c:out>