Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ホームページが読み込まれるとすぐに、ユーザーを 2 番目の jsp ページに自動的にリダイレクトすることは可能ですか?
コア JSTL ライブラリをロード<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>すると、以下を使用できます。
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<c:redirect url="/home.html"/>