velocity宏.vm如何获取当前网页的URL/URI
有没有一种简单的方法来获取当前页面的 url/uri(将显示速度宏值的页面)?
例如 有页面 http://abc.com/bb/cc.html
我在此页面上 是由 bb.vm 构建的节(元标记) 我想向 bb.vm 添加变量(标签),它将发现页面的位置(http://abc.com/bb/cc.html),然后使用该变量执行一些逻辑。
Is there a simple way to get url/uri of the current page (page where values from the velocity macro will be displayed)?
for example
I have got page http://abc.com/bb/cc.html
on this page there is a section (meta tags) which is constructed by bb.vm
I would like to add variable (tag) to bb.vm that will discover location of the page (http://abc.com/bb/cc.html) and then execute some logic using this variable.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您配置了 Velocity Tools,那么最简单的方法是:
If you have Velocity Tools configured then the easiest way is: