页面部分 JSP/JSTL

发布于 2024-12-10 01:52:22 字数 158 浏览 0 评论 0原文

我习惯用 PHP 工作。在那里,我将创建一个页面类,其中包含用于编写菜单页眉和页脚的方法,并从我的脚本中调用这些方法。这种方式能够轻松更改主菜单的内容,只需编辑页面类代码。

现在我正在尝试 JSP 和 JSTL,但除了 include 之外我找不到任何解决此问题的方法。有更好的方法吗?

I'm used to work in PHP. There I would make a Page Class with methods for writing menus headers and footers and call those methods from my script. This way was able to easily change the content of the main menu, editing just the Page Class code.

Now I'm trying JSP and JSTL and I can't find any solution for this problem other than include. Is there a better way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖阳 2024-12-17 01:52:22

看来 jsp:include 是解决这个问题的最佳方法。

It seems that jsp:include is the best way to solve this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文