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