<form action="LoginServlet" method="post">
Username: <input type="text" name="username">
Password: <input type="password" name="password">
<input type="submit" value="Login">
</form>
我还需要在“ChangePasswordServlet”中检索“用户名”参数。请帮我看一下格式。我已经尝试搜索它,但没有找到任何解决方案。