System.out.println(user.getUsername());会出现空指针异常
而用post可以运行
post和get 除了安全性之类的还有什么不同
应该是幂等性吧,get的话服务器的资源没有改变,post的话服务器中的资源属性值变更为了表单中的值