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.
私は持ってい@WebServlet("/myServ")ます。入力した場合、どうすればブラウザパスを取得できます/myapp/myServ?param=123か?どういうわけか文字列のような「クエリ」を取得できますか?
@WebServlet("/myServ")
/myapp/myServ?param=123
何か不足していない限り、HttpServletRequest#getQueryStringでそれを行う必要があります。