首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

Freemarker 中Request Attribute取值异常

2012-11-01 
Freemarker 中Request Attribute取值错误paramList在action中给值request.setAttribute(nameddd)?取值

Freemarker 中Request Attribute取值错误

paramList在action中给值

request.setAttribute('name=ddd');

?

取值结果:

= 被转成了html符号了

?

${requestAttributes.paramList}???????

name=ddd

${request.getAttribute('paramList')}

name#61;ddd

?

热点排行