2012-09-26 43 views

回答

0

你可以试试这个。 使用此短代码在子路径目录中创建index.jsp文件。

<jsp:forward page="myserver.com/myaction.do"> 
    <jsp:param name="method" value="init"/> 
</jsp:forward> 

<% response.sendRedirect("myserver.com/myaction.do?method=init"); %>