比如取url参数,可以通过:LazyValidatorForm test=(LazyValidatorForm)form;test.get("para")来取,也可以通过request.getParameter("para")来取。前者相对于后者有什么好处?