Struts2 Ajax申请Action 返回 没有定义 result 通过 Ajax 提交 Action读取数据, 发现没有返回,通过浏览器直接访问该Action 出现如图所示的 问题。 后来仔细检查发现,该Action 继承了 ActionSupport,将其取消即可正常。