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.
我需要解析一个查询字符串。该页面是 OpenCMS 中的一个 jsp。我们通常加载的标签库是 c、cms、x、fn。如何使用这些(或另一个)标签库之一解析查询字符串?
例如,您可以通过这种方式使用 jstl 检索参数“p”:
<c:out value="${param.p}" />