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.
文字列配列でクエリ文字列値を渡すときに問題が発生します。ステートメントは次のとおりです。
words[0]=request.getParameter("word1"); words[1]=request.getParameter("word2");
上記のステートメントは私に例外を与え、値を0にします。この点で私を助けてください。
前もって感謝します。
考えられる解決策/原因:
String[] words = new String[2]
input
form