1

当我使用 sendRedirect 函数重定向时,我看到原始查询参数已添加到 URL。

我怎样才能避免它并从重定向的 URL 中删除查询参数?

我的代码是:

response.sendRedirect(ApplicationUtils.getServerConfig().homePageLink);

return;
4

0 回答 0