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