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 中有页眉和页脚,我想将这些页眉和页脚添加到现有项目中,其中页眉和页脚位于速度模板(.vm)中
请帮助我...提前谢谢...
我看到的两条路径都需要 VelocityTools。
要么使用 ImportTool 导入两个 jsp 页面。
或者创建一个包含页眉和页脚的小 jsp 文件,并使用 VelocityViewTag 来 #parse('your_template.vm')