Get Request Parameter of a URL on FreeMarker

来源:互联网 发布:汉字拼音发音软件 编辑:程序博客网 时间:2024/05/29 19:40

For query string ?myparam=abc, you can get to myparam like that:

${RequestParameters.myparam}

https://stackoverflow.com/questions/14372165/get-querystring-of-a-url-on-freemarker
https://stackoverflow.com/questions/2267554/request-parameters-in-freemarker-on-spring-2-5

阅读全文
0 0
原创粉丝点击