JSP pages, however, with their mix of code and custom tag libraries, cannot function well in this environment.
然而,由于jsp页面将代码和自定义标记库相混合,因此无法在这种环境下良好地工作。
Tag libraries allow custom tags (for example, ) to be added to a JSP page, which at runtime are resolved into code fragments in, well, tag libraries.
标记库允许将自定义标记(例如 )添加到 JSP 页面,然后在运行时在标记库内将其解析为代码片段。
The JSP custom tag libraries are a collection of actions presented as tags.
JSP 定制标记库是用标记表示的一组行为的集合。
应用推荐