2012-09-26 56 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"); %>