Freemarker 中Request Attribute取值错误
paramList在action中给值
request.setAttribute('name=ddd');
?
取值结果:
= 被转成了html符号了
${requestAttributes.paramList}???????
name=ddd
${request.getAttribute('paramList')}
name#61;ddd