<form action="servlet">
用户名:<input type="text" name="account"><br>
密码:<input type="password" name="password"><br>
性别:<input type="text" name="sex"><br>
邮箱:<input type="text" name="email"><br>
<input type="submit" name="提交">
用户名:<input type="text" name="account"><br>
密码:<input type="password" name="password"><br>
性别:<input type="text" name="sex"><br>
邮箱:<input type="text" name="email"><br>
<input type="submit" name="提交">
</form>
我使用的是myeclipse10下的Tomcat
myeclipse10的控制台打印的值为null
求解,求大神