2
我想通過使用javascript或jquery在struts.xml中獲得結果。例如我有我的struts.xml中的這些結果,使用javascript從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的返回。