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.
例如:如果我有一个导航部分,其中包含许多链接/按钮,并且需要包含在多个页面 (jsps) 中,那么以可维护的方式执行此操作的最佳方法是什么?我会通过 jsp 包含来做到这一点吗?
是的,这样做<jsp:include>将是一个不错的选择..在几个页面中包含相同的部分将导致您的部分的可重用性..而且这样做很容易..
<jsp:include>