1. result中的jsp地址是相对于action类的。
如action地址为http://localhost:8080/struts2/login/login.action
result中为success.jsp
则页面显示地址为:http://localhost:8080/struts2/login/success.jsp
如action地址为http://localhost:8080/struts2/login/login.action
result中为success.jsp
则页面显示地址为:http://localhost:8080/struts2/login/success.jsp