我想通过使用 javascript 或 jquery 在 struts.xml 中获得结果。例如,我的 struts.xml 中有这些结果,
<global-results>
<result name="input">error.jsp</result>
<result name="syserror">error.jsp</result>
<result name="login">loginError.jsp</result>
<result name="error">error.jsp</result>
</global-results>
我想知道如何使用 javascript 获取结果名称。我需要检测 struts.xml 的返回。