Freemarker 中Request Attribute取值错误
paramList在action中给值
request.setAttribute('name=ddd');
?
取值结果:
= 被转成了html符号了
?
${requestAttributes.paramList}???????
name=ddd
${request.getAttribute('paramList')}
name#61;ddd
?
发布时间: 2012-11-01 11:11:33 作者: rapoo
Freemarker 中Request Attribute取值错误
paramList在action中给值
request.setAttribute('name=ddd');
?
取值结果:
= 被转成了html符号了
?
${requestAttributes.paramList}???????
name=ddd
${request.getAttribute('paramList')}
name#61;ddd
?