json struts2 方法名不能以set 或 get 开头~否则执行两次,spring 存在依赖注入时
<action name="?" class="?" method="!get?||!set?">
<result type="json">
<param name="excludeProperties">(注入的属性名)</param>
</result>
</action>