使用 EL 获取绝对 URL
如何使用当前协议、端口、应用程序等,不使用 scriptlet(仅 EL)来构建当前服务器的绝对 URL?
How can I build up an absolute URL using no scriptlets (only EL) to the current server, using the current protocol, port, application etc?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以借助 JSTL 获取上下文根的基本 URL,如下所示:
You can get the base URL up to with the context root with help of JSTL as follows:
另一种方法是:
Another way is:
另一种方式是:
当 GitHub Copilot 刚刚建议代码片段时,我感到非常惊讶。 ~~:)
Yet another way is:
I'm quite surprised when the GitHub Copilot just suggested the code snippet. ~~ :)