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.
Java のリクエスト サーブレットからラベルの値を取得する方法を知りたいです。これでうまくいきますgetParameter(nameOfLabel)か?それとも、入力に対してのみ機能しますか? とにかく、その方法を知りたいです。
getParameter(nameOfLabel)
ラベルinputの で非表示を作成できます。value
input
value
<input type="hidden" value="labelValue" name="labelName" />
そして、getParameter("labelName")その値を取得するために使用します。
getParameter("labelName")